HYPERLINK FORMULA not working properly

Chica45504

New Member
Joined
May 17, 2023
Messages
4
Office Version
  1. 365
Platform
  1. Windows
=IFERROR(HYPERLINK("[TESTTTTTT.xlsm]Schedule!$B$"&MATCH(SMALL(IF('Monthly view'!$K$3=INT(Table1[Date and time]),Table1[Date and time],""),ROW(A13)),Table1[Date and time],0)+2,SMALL(IF('Monthly view'!$K$3=INT(Table1[Date and time]),Table1[Date and time],""),ROW(A13))),"")


The above Hyperlink takes me to the wrong cell in Column B The above takes me to: [TESTTTTTT.xlsm}Schedule!$B$78 it Should take me to [TESTTTTTT.xlsm}Schedule!$B$90


The below Hyperlink works as it was designed to and takes me to the right cell in Column B

=IFERROR(HYPERLINK("[TESTTTTTT.xlsm]Schedule!$B$"&MATCH(SMALL(IF('Monthly view'!$K$3=INT(Table1[Date and time]),Table1[Date and time],""),ROW(A15)),Table1[Date and time],0)+2,SMALL(IF('Monthly view'!$K$3=INT(Table1[Date and time]),Table1[Date and time],""),ROW(A15))),"")


The above takes me to: [TESTTTTTT.xlsm}Schedule!$B$92 as it should



Please help me fix.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hi & welcome to MrExcel.
With the 1st formula are you trying to find the 13th smallest value in Table1[Date and time]?
 
Upvote 0
yes, It is a calendar that I have working correctly minus the hyperlink to the cell the bad link brings back the right info, just that the hyperlink takes me to the wrong cell.
 
Upvote 0
In that case best guess is that B78 is the same value as B90
 
Upvote 0
B78 = 302
B90 = TEXT


Where is the formula picking up the hyperlink? I am not too familiar with that.
 
Upvote 0
Sorry, I should have said the both the 78th & 90th row of Table1[Date and time] have the same value.
 
Upvote 0
In that case can you some sample data that shows the problem.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0

Forum statistics

Threads
1,215,143
Messages
6,123,274
Members
449,093
Latest member
Vincent Khandagale

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