#NA error on one System.

tinferns

Board Regular
Joined
Aug 18, 2009
Messages
150
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
The below is a perfectly fine hyperlink formula. On one system it works fine.. however on another system it throws an error. I believe there is some setting in EXCEL OPTIONS or WIN10 that I need to check or uncheck.

The below Hyperlink takes the cursor the last row containing data (TEXT or Numbers only)

=HYPERLINK("[Quickly jump to last row using hyperlinks.xlsx]Sheet1!$B$"&MATCH(CHAR(255),B1:B100,1)+1,"Hyperlink")

Please help.

Thanks

Martin


 
I seem to have lost Insert Comment right click option too. Is there something wrong here
Are you sure when you right click you don't fields called "New Comment" and "New Note" now?
 
Upvote 0

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Are you sure when you right click you don't fields called "New Comment" and "New Note" now?

Hi Mark.. I DON'T have either options.. New Comment nor New Note.. But I am okay with ALT+SHIFT+F2 for the moment till MS office corrects this error.

Any solution or idea's for the above #NA error ?

Please advise..


Thanks,

Martin
 
Upvote 0
Martin,

Does the same workbook work on one machine and not the other?
 
Upvote 0
Hi Rory.. sorry for the delayed response.

Yes.. this formula works fine on another system using MS Office 2013.. however, does not work on another system using MS Office 2019.

Could it be a restriction with the version of MS office ?

Please advise

Thanks..

Martin
 
Upvote 0
Not the same formula, does the same workbook work on one but not the other?

There is no difference in VLOOKUP (other than performance) in more recent versions of Office.
 
Upvote 0
Not the same formula, does the same workbook work on one but not the other?

There is no difference in VLOOKUP (other than performance) in more recent versions of Office.


Hi Rory,
Yes the same File/Worksheet works well with the below formula on another system using Office 2013.

However, if I open the same File/Worksheet on the system with Office 2019, it give me a #NA error.


=HYPERLINK("[Quickly jump to last row using hyperlinks.xlsx]Sheet1!$B$"&MATCH(CHAR(255),B1:B100,1)+1,"Hyperlink")

Please advise.

Thanks,

Martin
 
Upvote 0
I assume you're trying to use the last populated row? If so, try:

=HYPERLINK("[Quickly jump to last row using hyperlinks.xlsx]Sheet1!$B$"&LOOKUP(2,1/(B1:B100<>""),ROW(B1:B100))+1,"Hyperlink")
 
Upvote 0
Wow Rory.. u da best.. the above formula works fine. Problem solved. Thanks a million mate.. Cheers....
 
Upvote 0

Forum statistics

Threads
1,214,553
Messages
6,120,179
Members
448,948
Latest member
spamiki

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