ryandonovan22
New Member
- Joined
- Sep 17, 2015
- Messages
- 36
Hello,
I need a Macro to work out if a range of dates are overdue based on comparing expected delivery date against todays date
There could be any number of rows each week so it will have to perform the calculation over an undetermined range.
If I was to produce an if statement within the cell this is what I would use =if(G2<TODAY(),"Overdue",OK") and drag the formula down
<today(),"overdue","ok") range.
for the purpose of the VBA formula, this data will need to be placed into column N
Thanks,
Ryan.</today(),"overdue","ok")>
I need a Macro to work out if a range of dates are overdue based on comparing expected delivery date against todays date
There could be any number of rows each week so it will have to perform the calculation over an undetermined range.
If I was to produce an if statement within the cell this is what I would use =if(G2<TODAY(),"Overdue",OK") and drag the formula down
<today(),"overdue","ok") range.
for the purpose of the VBA formula, this data will need to be placed into column N
Thanks,
Ryan.</today(),"overdue","ok")>
Last edited: