Name error when file opened in Excel 2010 and not 2013

csenor

Board Regular
Joined
Apr 10, 2013
Messages
169
Office Version
  1. 365
Platform
  1. Windows
I have a workbook that I created in Excel 2013 for a vehicle fleet service history. I have formulas that look up the last mileage in a year and subtracts that from the first mileage of that year. The formulas are looking at an Excel table on another sheet. There are no named ranges. The formulas worked fine until I tried to open it in 2010 and add a record to the data table. The second I add a record, I get Name errors. Any ideas? I reopen it in 2013 and add a record and it works fine. I didn't think there were any compatibility issues with using the functions I used, but I could be wrong.

Formula:
=IFNA(LOOKUP(DATE($D2+1,1,1),1/(YEAR(DataTable!$B$9:$B$66)=D2)*1/(DataTable!$A$9:$A$66=$B$1),DataTable!$D$9:$D$66)-MIN(IF(DataTable!$A$9:$A$66=$B$1,IF(YEAR(DataTable!$B$9:$B$66)=$D2,DataTable!$D$9:$D$66))),"")

Any input would be appreciated. Thanks.
 
Last edited:

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
IFNA is not an available function in excel 2010, you'd probably want to replace it with IFERROR
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,996
Members
452,373
Latest member
TimReeks

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top