MrDB4Excel
Active Member
- Joined
- Jan 29, 2004
- Messages
- 348
- Office Version
- 2013
- Platform
- Windows
In the Xl2bb shown below, you see in cell A3 the value A21 which is based on cell C21.
The issue I have is when a listed program changes row number in sheet ProgramLocInfo then I need cell A3’s value to reflect that in the hyperlink.
When a program changes row number in sheet ProgramLocInfo then obviously based upon the formulas in the relevant cells between B21 to D33 the values in the range A3:A15 change as well, but not the hyperlinks.
Is there a formula that will do this?
As you can see in the Xl2bb insert I have tried some formulas that you see in B17, B18, & B19. These did not work. I also tried a multitude of other suggestions found via my web search for an answer and I was unable to get anywhere.
p.s. I did not try one I just found on MrExcel: =IF(ISREF(INDIRECT("'"&A1&"'!A1")),HYPERLINK("#"&A1&"!A1",A1),"") because not sure how I would implement it for my specific need.
p.p.s. I also was not sure about this one: Dynamic excel hyperlink
Also, the Excel sheet I am working on is already an xlsm file so I wouldn’t be opposed to VBA, but would much rather stick with formulas.
Any help will be much appreciated.
The issue I have is when a listed program changes row number in sheet ProgramLocInfo then I need cell A3’s value to reflect that in the hyperlink.
When a program changes row number in sheet ProgramLocInfo then obviously based upon the formulas in the relevant cells between B21 to D33 the values in the range A3:A15 change as well, but not the hyperlinks.
Is there a formula that will do this?
As you can see in the Xl2bb insert I have tried some formulas that you see in B17, B18, & B19. These did not work. I also tried a multitude of other suggestions found via my web search for an answer and I was unable to get anywhere.
p.s. I did not try one I just found on MrExcel: =IF(ISREF(INDIRECT("'"&A1&"'!A1")),HYPERLINK("#"&A1&"!A1",A1),"") because not sure how I would implement it for my specific need.
p.p.s. I also was not sure about this one: Dynamic excel hyperlink
Also, the Excel sheet I am working on is already an xlsm file so I wouldn’t be opposed to VBA, but would much rather stick with formulas.
Any help will be much appreciated.
Cell Formulas | ||
---|---|---|
Range | Formula | |
D3 | D3 | =ProgramLocInfo!G21 |
D4 | D4 | =ProgramLocInfo!G24 |
D5:D6 | D5 | =ProgramLocInfo!G29 |
D7:D8 | D7 | =ProgramLocInfo!G32 |
D9 | D9 | =ProgramLocInfo!G35 |
D10:D11 | D10 | =ProgramLocInfo!G38 |
A3:A15 | A3 | =C21 |
D13 | D13 | =ProgramLocInfo!G90 |
D14 | D14 | =ProgramLocInfo!G109 |
D15 | D15 | =ProgramLocInfo!G123 |
A21:A33 | A21 | =D21 |
B21:B33 | B21 | =CELL("address",INDEX(ProgramLocInfo!$A$1:$A$141,MATCH('Programs_1-3'!B3,ProgramLocInfo!$A$1:$A$141,0))) |
C21:C33 | C21 | =SUBSTITUTE(SUBSTITUTE(A21,"$",""),"$","") |
D21:D33 | D21 | =RIGHT(B21, LEN(B21)-FIND("!",B21)) |
ProgramListRebuild.xlsm | |||
---|---|---|---|
A | |||
1 | A | ||
2 | Program | ||
3 | 7-Zip 15.14 (x64) | ||
4 | Ablebits Ultimate Suite for Microsoft Excel | ||
5 | Adobe Reader DC Ver19.021.20058 | ||
6 | Agent Ransack x64 | ||
7 | Aimersoft Video Converter Ultimate | ||
8 | AllMyNotes Organizer | ||
9 | Amazon Kindle | ||
10 | |||
11 | Autodesk AutoCAD 2014 | ||
12 | Autodesk Revit 2014 | ||
13 | Autodesk Revit 2015 | ||
14 | |||
15 | Belarc Advisor | ||
16 | Bitdefender Antivirus Free | ||
17 | Bluebeam Revu x64 2015.6 | ||
18 | Bookviser Reader | ||
19 | Brave Browser | ||
20 | Bulk Rename Utility 3.0.0.1 (64-bit) | ||
21 | calibre 64bit - E-book management | ||
22 | Canon CanoScan LiDE220 Manual | ||
23 | Canon Quick Menu | ||
24 | CloneSpy 3.42 - 64 bit | ||
ProgramLocInfo |