HYPERLINK + INDEX/MATCH problem (Excel Windows vs. Online)

RonOliver

Board Regular
Joined
Aug 30, 2022
Messages
82
Office Version
  1. 365
Platform
  1. Windows
Hi!

I've got this formula.
Excel Formula:
=HYPERLINK("#"&CELL("address",INDEX(M3A!$C$10:$C$368,MATCH(X19+1,M3A!$C$10:$C$368,1))),X19+1)
The formula works in my workbook as follows: this is a part of the formula that is located in a calendar that I made, which links to a cell in a diary in another sheet (M3A). That way, this cell will link to the cell that displays the same date in sheet M3A: it finds the date displayed in the cell on the M3A sheet and links to that specific cell. This is all great in Excel for Windows, but it doesn't work in Excel Online. Can you give me a different way of writing this formula which is compatible with Excel Online? Thanks!
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
How about
Excel Formula:
=HYPERLINK("#"&ADDRESS(MATCH(X19+1,M3A!$C$10:$C$368,1)+9,3,,,"M3A"),X19+1)
 
Upvote 1
Solution
Apparently, this actually works. I'll test it thoroughly in the next few days. Thank you so very much! You've helped me a lot lately.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,073
Messages
6,122,974
Members
449,095
Latest member
Mr Hughes

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