i have created a formula that inputs data when today's date = a predefined date
eg =IF((TODAY()=C10),E5,0)
C10 being the predefined date E5 being data if query = true,
what can i add to this formula to stop the data changing to 0 when today is greater than C10 and work has been saved
eg =IF((TODAY()=C10),E5,0)
C10 being the predefined date E5 being data if query = true,
what can i add to this formula to stop the data changing to 0 when today is greater than C10 and work has been saved