Good morning everyone, can anyone help please as Im having a Real brain fog day!
My if statement is =IF(G4=E4,F4,IF(G4>E4,SUM(C4-D4*G4))) which is not returning the value expected and I cannot work out where I have gone wrong.
Column info C=price 1, D=price 2,E = sum of qty received 1, F=(price 1 - price 2 * column E) , G=sum of qty received 2
What I am trying to calculate for instance is
IF Column G is equal to Column E return the value in F, IF G is more than E, price 1 - price 2 * sum of qty received 2
Thank you
My if statement is =IF(G4=E4,F4,IF(G4>E4,SUM(C4-D4*G4))) which is not returning the value expected and I cannot work out where I have gone wrong.
Column info C=price 1, D=price 2,E = sum of qty received 1, F=(price 1 - price 2 * column E) , G=sum of qty received 2
What I am trying to calculate for instance is
IF Column G is equal to Column E return the value in F, IF G is more than E, price 1 - price 2 * sum of qty received 2
Thank you