B
Brendon
What I'm looking to do is have a cell look at a day and determine
whether or not to calculate something.
I have a mileage log that I enter mileage for the month. As I enter
the day ending mileage in one cell, it populates as shown
12/01 THU 1225 1250
12/02 FRI 1250 1275
12/03 SAT 1275 1275
12/04 SUN 1275 1275
12/05 MON 1275 1300
What I would like to do is have it not show the mileage for Sat and
Sun as I don't work these days and just copy down to Monday.
The current formula I have, which doesn't work is:
=IF(ISBLANK(D5),"",IF(WEEKDAY(A6,"1"),"Maybe",IF(WEEKDAY(A6,"7"),"Almost",D5)))
Any help is appreciated.
whether or not to calculate something.
I have a mileage log that I enter mileage for the month. As I enter
the day ending mileage in one cell, it populates as shown
12/01 THU 1225 1250
12/02 FRI 1250 1275
12/03 SAT 1275 1275
12/04 SUN 1275 1275
12/05 MON 1275 1300
What I would like to do is have it not show the mileage for Sat and
Sun as I don't work these days and just copy down to Monday.
The current formula I have, which doesn't work is:
=IF(ISBLANK(D5),"",IF(WEEKDAY(A6,"1"),"Maybe",IF(WEEKDAY(A6,"7"),"Almost",D5)))
Any help is appreciated.