Question: Can someone please point what i am doing wrong. I am trying to get a table with given values in (C8-C16) and find the factorial

 Can someone please point what i am doing wrong. I am

Can someone please point what i am doing wrong. I am trying to get a table with given values in (C8-C16) and find the factorial of the corresponding number in (D8-D16). If the given value is 0 put 1. if the given value is negative have the function write negative. if the given value is a non-integer then write "non-integer"

I can find the factorial of C8-C14 which are integers. However, for C15 (6.2) i keep getting 720 instead of non-integer. And for C16 (-1) i keep getting #NUM!

Function Factorial (Fact As Range) Dim n1 As Integer For i = 1 To n = Sheets ("Factorial"). Cells(i + 7, 3) n1 = n If n

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!