W
willemeulen
I have the following formula:
Schematic:
(A+C+E) + 0,57(B+D) - 3,14d
Excel:
=(Sheet1!M3+Sheet1!O3+Sheet1!Q3)+0.57*(Sheet1!N3+Sheet1!P3)-3.14*Sheet1!F3
The original formula contains the following note:
If B or D > 400 add 2d
some other formulas use ≥ sign instead of >
I know what 2d will be (2*Sheet1!F3)
Is it possible to incorporate this "IF" into the function? :nuts
Thanks
Schematic:
(A+C+E) + 0,57(B+D) - 3,14d
Excel:
=(Sheet1!M3+Sheet1!O3+Sheet1!Q3)+0.57*(Sheet1!N3+Sheet1!P3)-3.14*Sheet1!F3
The original formula contains the following note:
If B or D > 400 add 2d
some other formulas use ≥ sign instead of >
I know what 2d will be (2*Sheet1!F3)
Is it possible to incorporate this "IF" into the function? :nuts
Thanks