R
Ray
I would like to simplify (reduce) the number of IF statements in this
formula:
=IF(H90>1,G90*M90*P90,IF(I90>1,G90*M90*P90,IF(J90>1,G90*M90*P90,IF(K90>1,G90*M90*P90,IF(L90>1,G90*M90*P90,(G90*7850*(N90/1000*O90/1000*Q90)))))))
Without a Macro, as there is already macros operating elsewhere in the
spreadsheet. I was thinking of something like:
=IF(H90:L90>1,G90*M90*P90,,(G90*7850*(N90/1000*O90/1000*Q90)), but this
returns a #VALUE error.
Can anyone help?
formula:
=IF(H90>1,G90*M90*P90,IF(I90>1,G90*M90*P90,IF(J90>1,G90*M90*P90,IF(K90>1,G90*M90*P90,IF(L90>1,G90*M90*P90,(G90*7850*(N90/1000*O90/1000*Q90)))))))
Without a Macro, as there is already macros operating elsewhere in the
spreadsheet. I was thinking of something like:
=IF(H90:L90>1,G90*M90*P90,,(G90*7850*(N90/1000*O90/1000*Q90)), but this
returns a #VALUE error.
Can anyone help?