I am not sure if this is possible or not but I am trying to write an if condition for a sum on a spreadsheet that if it doesn't meet the criteria that it doesn't calculate and leaves the previous value
This is my if statement =IF(A1="final",SUM('Post 9-30am payments'!B1+'Post 9-30am payments'!L1),Previous Value)
Basically this is a daily figures spreadsheet and A1 will have a value of updating until the date is changed to todays date and then the value will change by way of another if statement to Final when the date matches todays date.
Is this possible?
Thanks
Chris
This is my if statement =IF(A1="final",SUM('Post 9-30am payments'!B1+'Post 9-30am payments'!L1),Previous Value)
Basically this is a daily figures spreadsheet and A1 will have a value of updating until the date is changed to todays date and then the value will change by way of another if statement to Final when the date matches todays date.
Is this possible?
Thanks
Chris