andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Here is what I am looking for (Just have no idea how to convert it to a macro)
with the sheet 'Daily'
if C9 is greater than any cell in range sheet 'Setup' F18:F41
then Daily H9 will equal E18:E41+1
As an example
if C9 > Setup!F18, then H9 = Setup!E19
but if C9 > Setup!F19, then H9 would = Setup!E20
The macro would scan the entire range (F18:41) and the row that it was higher than (the greatest row) it would copy the text of the column E one cell down.
C9 and Column F are dates, FYI
Any insight would be very helpful!!!
Thanks,
Andrew
with the sheet 'Daily'
if C9 is greater than any cell in range sheet 'Setup' F18:F41
then Daily H9 will equal E18:E41+1
As an example
if C9 > Setup!F18, then H9 = Setup!E19
but if C9 > Setup!F19, then H9 would = Setup!E20
The macro would scan the entire range (F18:41) and the row that it was higher than (the greatest row) it would copy the text of the column E one cell down.
C9 and Column F are dates, FYI
Any insight would be very helpful!!!
Thanks,
Andrew