codeliftsleep
Board Regular
- Joined
- Apr 14, 2017
- Messages
- 103
Say I have about 3000 rows of data.
I want to compare two columns dates to each other and then countif its within a certain range---ie, 1 day, 2 days, 3 days, etc...
Except I don't want to create the "helper column" to get the # of days between the dates first, I want to do it on the fly for a few reasons....
Is this possible? Or am I forced to either use the helper column or do it in VBA?
I want to compare two columns dates to each other and then countif its within a certain range---ie, 1 day, 2 days, 3 days, etc...
Except I don't want to create the "helper column" to get the # of days between the dates first, I want to do it on the fly for a few reasons....
Is this possible? Or am I forced to either use the helper column or do it in VBA?