Good day all!
I would like to calculate values in column H, but if (E>F), then I need the calculation to be 0 or blank.
My current formula in column I is:
=IF(ISBLANK(G8),(D8*(A8*100))-(F8-E8)*A8*100)
It returns what I'm looking for, except when E>F
I manually entered the values in H to compare what I'm looking for vs what the formula gives me in I.
Your help is very much appreciated.
I would like to calculate values in column H, but if (E>F), then I need the calculation to be 0 or blank.
My current formula in column I is:
=IF(ISBLANK(G8),(D8*(A8*100))-(F8-E8)*A8*100)
It returns what I'm looking for, except when E>F
I manually entered the values in H to compare what I'm looking for vs what the formula gives me in I.
Your help is very much appreciated.