I know I am missing something simpe, but I want to add "todays" date based on a drop down selection of another cell.
=IF(JAN6 = "Paid", TODAY())
When I use this i get the error: #INVALID COLUMN VALUE and if I add in the column and cell it gives me this:
=IF(JAN6 = "Paid", JAN7 = TODAY())
#CIRCULAR REFERENCE
Any ideas?