Forum Discussion

ViApril6's avatar
ViApril6
Copper Contributor
Apr 24, 2023

IF cell A1=A, after 15 minutes, automatically change into B

I need a formula to change value from A to B after 15 minutes of inserting A.  The ChatGPT suggested me this formula but it did not work  =IF(A1="A",IF(NOW()>=A1+TIME(0,15,0),"B",A1),"")

Resources