poormisabel
New Member
- Joined
- Oct 10, 2018
- Messages
- 3
Hi all
I'm trying to do multiple IFs and having problems.
The below if in place at the moment, and basically pulls the £'000 value from another location for set parameters -
=IF(F$8=1,EntGLActual($C$1,F$3,F$2,F$7,$A12),0)/1000
The output here is set to 1 decimal place, and zeroes showing as "-"
But if this value is originally, say £40, this will return a value of 0 in the cell rather than "-" because there is a value there, but it rounds to nil.
How can I enter another if string to that formula which is based on the output from the above? So basically, anything which is >0.1 for the above formula, show as the formula's output, but anything below that show as zero rather than the rounded down to nil which shows now.
Thanks very much.
I'm trying to do multiple IFs and having problems.
The below if in place at the moment, and basically pulls the £'000 value from another location for set parameters -
=IF(F$8=1,EntGLActual($C$1,F$3,F$2,F$7,$A12),0)/1000
The output here is set to 1 decimal place, and zeroes showing as "-"
But if this value is originally, say £40, this will return a value of 0 in the cell rather than "-" because there is a value there, but it rounds to nil.
How can I enter another if string to that formula which is based on the output from the above? So basically, anything which is >0.1 for the above formula, show as the formula's output, but anything below that show as zero rather than the rounded down to nil which shows now.
Thanks very much.