B
benbulloch
I am fairly inexperienced with Excel so I'll outline my problem, and m
solution so far. I essentially want an automatic task list based upo
whether the date has arrived (or past) to do the task.
I have 100 data rows (tasks) with a Date as one column. If the Date i
the column is Today or after Today then I want the name of that ro
returned.
So far I have come up with:
=IF(K5<=TODAY(), A5, " ")
where k5 is the row's Date and A5 is the row's name.
This works but returns a bunch of blank rows when the IF is false. Ho
can I either do this more efficiently or remove the blank rows from th
report section?
Thanks in advance.
Ben Bulloc
solution so far. I essentially want an automatic task list based upo
whether the date has arrived (or past) to do the task.
I have 100 data rows (tasks) with a Date as one column. If the Date i
the column is Today or after Today then I want the name of that ro
returned.
So far I have come up with:
=IF(K5<=TODAY(), A5, " ")
where k5 is the row's Date and A5 is the row's name.
This works but returns a bunch of blank rows when the IF is false. Ho
can I either do this more efficiently or remove the blank rows from th
report section?
Thanks in advance.
Ben Bulloc