Hey all,
I'm keeping a log of vehicles we track. They are due for maintenance every 12 months or a specific mileage. I want a return to be in bold letters DUE. I already have the formula to calculate adding 12 months from last maint, and the specific mileage. I want the logical to calculate overdue. I had it right so far on the months, but tried to add the "OR" and cannot figure out what I'm doing wrong. Since I have cell for next mileage due, the monthly spreadsheet also has a report of that months mileage. This is why the "OR" function reads B13>C12. Figured that would be simplest. B13 is "Current Mileage", C12 is "Mileage Maint Req".
=IF(TODAY()>=EDATE($B11,12),"DUE","")=IF(OR($B13>$C12),"DUE","")
When I had just the date "DUE" populated where required. When I added the "OR" argument, I'm getting "FALSE" and "TRUE" which are not acceptable. Also help me make "DUE" bold?
Thanks in advance.
Scott
I'm keeping a log of vehicles we track. They are due for maintenance every 12 months or a specific mileage. I want a return to be in bold letters DUE. I already have the formula to calculate adding 12 months from last maint, and the specific mileage. I want the logical to calculate overdue. I had it right so far on the months, but tried to add the "OR" and cannot figure out what I'm doing wrong. Since I have cell for next mileage due, the monthly spreadsheet also has a report of that months mileage. This is why the "OR" function reads B13>C12. Figured that would be simplest. B13 is "Current Mileage", C12 is "Mileage Maint Req".
=IF(TODAY()>=EDATE($B11,12),"DUE","")=IF(OR($B13>$C12),"DUE","")
When I had just the date "DUE" populated where required. When I added the "OR" argument, I'm getting "FALSE" and "TRUE" which are not acceptable. Also help me make "DUE" bold?
Thanks in advance.
Scott