I am Using an If statement to check if something has been verfied in the last 30 days.
Now I would like to create a button that modifies the Date(y,m,d) field to current date. Anyone have a clue how I could set the y, m, and d to the current values using a button in excel?
Code:
=IF(TODAY()<=DATE(2011, 9,27)+30,"Yes","No")
Now I would like to create a button that modifies the Date(y,m,d) field to current date. Anyone have a clue how I could set the y, m, and d to the current values using a button in excel?