dwilson31415
New Member
- Joined
- Feb 27, 2014
- Messages
- 6
I'm sure this is a common question but I have yet to be able to solve it even with searching the forums.
The goal is to pull a date from the sheet 'Tracker' see if the date has passed or if it occurs within the next month. If true it needs to print an 'X' in the appropriate cell on the sheet 'Hitlist'
I have the formula to do just that but the issue is I cannot use the autofill function even when I place in relative references. I'll need the same formula for thousands of cells but I cannot get the references to fill.
Below is my formula:
=IF(OR(Tracker!$D10<=TODAY(),Tracker!$D10=EDATE(NOW(),1)), "X ", " ")
From here I need it to autofill to Tracker!D11 in both references and so on
Thanks in advance.
The goal is to pull a date from the sheet 'Tracker' see if the date has passed or if it occurs within the next month. If true it needs to print an 'X' in the appropriate cell on the sheet 'Hitlist'
I have the formula to do just that but the issue is I cannot use the autofill function even when I place in relative references. I'll need the same formula for thousands of cells but I cannot get the references to fill.
Below is my formula:
=IF(OR(Tracker!$D10<=TODAY(),Tracker!$D10=EDATE(NOW(),1)), "X ", " ")
From here I need it to autofill to Tracker!D11 in both references and so on
Thanks in advance.