Cell Address Hyperlink

MrDB4Excel

Active Member
Joined
Jan 29, 2004
Messages
334
Office Version
  1. 2013
Platform
  1. Windows
In one workbook, in cell P2, I am using the formula: =MIN($O$4:$O$622) and in an adjacent cell, Z2, in the same workbook I am using the formula: =CELL("address",INDEX(O:O,MATCH(MIN(O:O),O:O,0))).
The result in Z2 gives the address of the minimum value within O4:O622.
This cell address then shows in a different workbook, @ E13, via the use of ='[FortissimoTabulation2023.xlsx]DailyRate1Apr2022-31Mar2023'!$Z$2.
What I would like is to hyperlink to FortissimoTabulation2023.xlsx, Sheet DailyRate1Apr2022-31Mar2023 and specifically to the cell address indicated by Z2 in FortissimoTabulation2023.xlsx, Sheet DailyRate1Apr2022-31Mar2023 which incidentally may change. Today cell Z2 shows a cell address of $O$6 but tomorrow, or next week or next month at a moment's notice cell Z2 could indicate a different cell address for the minimum value with O4:O622.
I have tried all the hyperlink formulas and options I can think of and that I have used in the past but nothing seems to get this going in a good direction.
Any help will be much appreciated.

FortissimoTabulation2023.xlsx
OPQRSTUVWXYZ
1Extra Dates Per Specific RateDayMonth486488488B Col CountFri-01 April 2022
2Min ððð62,341.30 Kč2,900$B$488486$O$6
3Max ððð72,444.90 Kč3,10020$O$298
462,564.60 Kč12,900
DailyRate1Apr2022-31Mar2023
Cell Formulas
RangeFormula
V1V1=EXTRACTNUMBERS(Y2,TRUE)
W1W1=SUM(V1+2)
X1X1=EXTRACTNUMBERS(W1)
X2X2=ADDRESS(X1,2)
Y2Y2=COUNTA(E:E)
P2P2=MIN($O$4:$O$622)
P3P3=MAX($O$4:$O$622)
Z1Z1=IFERROR(INDEX(B:B,AGGREGATE(15,6,ROW($B$4:$B$555)/($B$4:$B$555<>0),ROWS($Z$1:Z1))),"")
Z2Z2=CELL("address",INDEX(O:O,MATCH(MIN(O:O),O:O,0)))
Z3Z3=CELL("address",INDEX(O:O,MATCH(MAX(O:O),O:O,0)))
O4O4=IFERROR(IF(SUM(C4*R4)=0,"",(SUM(C4*R4))),"")
R4R4=IF(YEAR(B4)=2022,$R$2,IF(YEAR(B4)=2023,$R$3,""))



FortissimoTabulation2023.xlsx
OPQRSTUVWXYZ
1Extra Dates Per Specific Rate244B Col CountThu-01 June 2023
2Min ððð0.00 Kč2,900$B$42#N/A
3Max ððð0.00 Kč3,10020#N/A
4 13,1001
DailyRate1Apr2023-31Mar2024
Cell Formulas
RangeFormula
V1V1=EXTRACTNUMBERS(Y2,TRUE)
W1W1=SUM(V1+2)
X1X1=EXTRACTNUMBERS(W1)
X2X2=ADDRESS(X1,2)
Y2Y2=COUNTA(E:E)
P2P2=MIN($O$4:$O$251)
P3P3=MAX($O$4:$O$251)
Z2Z2=CELL("address",INDEX(O:O,MATCH(MIN(O:O),O:O,0)))
Z3Z3=CELL("address",INDEX(O:O,MATCH(MAX(O:O),O:O,0)))
O4O4=IFERROR(IF(SUM(C4*R4)=0,"",(SUM(C4*R4))),"")
R4R4=IF(YEAR(B4)=2022,$R$2,IF(YEAR(B4)=2023,$R$3,""))


CellAddressHyperlink.png

This image is from the workbook EssentialDailyExcelFiles2023.xlsm which will not allow me to create a Mini Sheet; therefore the following formulas are resident in the cells indicated by this image:
='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2023-31Mar2024'!$P$2
='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2023-31Mar2024'!$P$3
='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2022-31Mar2023'!$P$2
='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2022-31Mar2023'!$P$3
='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2022-31Mar2023'!$Z$2
='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2022-31Mar2023'!$Z$3
='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2023-31Mar2024'!$Z$2
='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2023-31Mar2024'!$Z$3
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Not sure how to do this but I discovered the solution so I don't need any response.
Would someone please tell me the correct way to indicate I have found a solution?
 
Upvote 0
Maybe post the solution and mark it as the answer, that way if someone looks at this in the future when it comes up in a search - they will have the answer.
 
Upvote 0
I believe a partial answer will suffice. Partial in that the original post showed 4 rows regarding links to 4 cell addresses which really are all similar with respect to the solution thus only one row showing all parts of the solution should be enough.

The following is the final answer. I just needed to get all the parts correct. I followed previous examples of this scenario in other worksheets in which I use this same function.

FortissimoTabulation2023.xlsx
OPQRSTUVWXYZAA
1Extra Dates Per Specific RateDayMonth488490490B Col CountFri-01 April 2022
2Min ððð62,341.30 Kč2,900$B$490488$O$66
3Max ððð72,444.90 Kč3,10020$O$298298
462,564.60 Kč12,900
50
662,341.30 Kč12,900Jan 23, 2023 07:47:40
DailyRate1Apr2022-31Mar2023
Cell Formulas
RangeFormula
V1V1=EXTRACTNUMBERS(Y2,TRUE)
W1W1=SUM(V1+2)
X1X1=EXTRACTNUMBERS(W1)
Z1Z1=IFERROR(INDEX(B:B,AGGREGATE(15,6,ROW($B$4:$B$555)/($B$4:$B$555<>0),ROWS($Z$1:Z1))),"")
X2X2=ADDRESS(X1,2)
Y2Y2=COUNTA(E:E)
Z2Z2=CELL("address",INDEX(O:O,MATCH(MIN(O:O),O:O,0)))
AA2:AA3AA2=RIGHT(Z2,LEN(Z2)-FIND(CHAR(160),SUBSTITUTE(Z2,"$",CHAR(160),2)))
Z3Z3=CELL("address",INDEX(O:O,MATCH(MAX(O:O),O:O,0)))
P2P2=MIN($O$4:$O$622)
P3P3=MAX($O$4:$O$622)
O4,O6O4=IFERROR(IF(SUM(C4*R4)=0,"",(SUM(C4*R4))),"")
R4,R6R4=IF(YEAR(B4)=2022,$R$2,IF(YEAR(B4)=2023,$R$3,""))
Q5:Q6Q5=MOD(ROWS(Q$2:Q3),2)



TempMrExcelPost.xlsx
CDEFGHIJK
1562,341.30 Kčïïï Apr2022-Mar2023 MIN Fortissimo$O$6ïïï Apr2023-Mar2024 Minimum Cell Address6$O$6$O$6
Sheet1
Cell Formulas
RangeFormula
C15C15='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2022-31Mar2023'!$P$2
E15E15=HYPERLINK("[FortissimoTabulation2023.xlsx]'DailyRate1Apr2022-31Mar2023'!o"&(COUNTA(AV:AV)+$I$15),$J$15)
I15I15='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2022-31Mar2023'!$AA$2
J15J15=$K$15
K15K15='F:\Finances\CSOB\2023\[FortissimoTabulation2023.xlsx]DailyRate1Apr2022-31Mar2023'!$Z$2


I hope this answers anyone's search for an answer to this post, if not be sure to contact me.

As a side note. The ððð & ïïï you see are Wingding arrows that do not come across using the Xl2bb Mini Sheet.
 
Upvote 0
Thanks for posting the solution,

I did wonder about the ððð so thanks for clearing that up also. I thought that ïïï looked like three people waving...
 
Upvote 0

Forum statistics

Threads
1,215,582
Messages
6,125,660
Members
449,247
Latest member
wingedshoes

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