wanderlustsouls18
New Member
- Joined
- Dec 12, 2023
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hello, I am trying to get a sum using multiple conditions.
This calculation " =IF(L6="PSH",SUM(M6-U6),IF(O6<T6,SUM(O6-U6),SUM(T6-U6))) " works just fine.
However, I have a need added a new column I also need in the conditions.
I entered " =IF(L6="PSH",SUM(M6-U6),IF(O6<T6,SUM(O6-U6),SUM(T6-U6)),if(and(o6<q6,sum(o6-u6),sum(q6-u6)))) "
which only shows the formula in the cell, not the sum of the calculation.
Any assistance to correcting this formula would be very much appreciated.
This calculation " =IF(L6="PSH",SUM(M6-U6),IF(O6<T6,SUM(O6-U6),SUM(T6-U6))) " works just fine.
However, I have a need added a new column I also need in the conditions.
I entered " =IF(L6="PSH",SUM(M6-U6),IF(O6<T6,SUM(O6-U6),SUM(T6-U6)),if(and(o6<q6,sum(o6-u6),sum(q6-u6)))) "
which only shows the formula in the cell, not the sum of the calculation.
Any assistance to correcting this formula would be very much appreciated.