If am currently trying to establish an IF formula where the True or False revolves around a division result being a whole number.
The If at present is - =(IF('Project Inputs'!$P$14-'Project Inputs'!$P$13<>Assumptions!O9,0,(('Project Inputs'!$P$42*'Project Inputs'!$P$10))))
Row O is a number from 1 through 30.
Project Inputs are number P14 minus P13, in this case the answer is 5. It may be different.
I need to check if the number in row O will divide exactly by the result of P14 minus P13. If it does the resultant multiplication, if not zero.
My formula only works correctly at 5, not for instance 15 or 25.
Help greatly appreciated, I hope I have explained clearly enough.
The If at present is - =(IF('Project Inputs'!$P$14-'Project Inputs'!$P$13<>Assumptions!O9,0,(('Project Inputs'!$P$42*'Project Inputs'!$P$10))))
Row O is a number from 1 through 30.
Project Inputs are number P14 minus P13, in this case the answer is 5. It may be different.
I need to check if the number in row O will divide exactly by the result of P14 minus P13. If it does the resultant multiplication, if not zero.
My formula only works correctly at 5, not for instance 15 or 25.
Help greatly appreciated, I hope I have explained clearly enough.