Hello,
I have a nested formula that works a treat, however I need to add on to it and I’m wondering if someone would have the expertise to help me.
Currently I have this;
IF(Litres<38,Litres0.66,IF(AND(Litres>=38,Litres<277),25,Litres0.09))
I have a ...