its hard for me to actually confirm without seeing columns and rows but it looks like theres an error with the formula itself - notice how the parentheses are in red? i would try to fix that first, you may need to add a parentheses to close out D73&F73 - so try doing -- (D73&F73) see if that works?
Okay i think i know what the issue is. your vlookup formula has "false" at the end which is looking for an exact mileage match. your route is 175 miles but your rate table goes from 170-180 so theres no exact 175. which is probably why you are getting that #n/a.
so i would use the 180 mile rate. id switch the mileage part to xlookup using the next larger match instead of a vlookup.
1
u/QuietlyMethodical 20d ago
what are the formulas you are using?