Hyperlink move down when insert new rows down a for each entry

sapxl

New Member
Joined
Jun 20, 2020
Messages
24
Office Version
  1. 2016
  2. 2013
  3. 2011
  4. 2010
  5. 2007
Platform
  1. Windows
Hello Friends,
I'm trying to make hyperlink which need to keep moving down whenever I keep adding rows one by one down, so whenever I want to go to the bottom page just click on ""goto buttom page"" button... it would go to the bottom page in the sheet..

The Hyperlink to be slide down for each row insertion in a sheet, when we want to go to the bottom of the page on the click from top of the sheet. Appreciate your help in this matter..

I'm trying this formula but no luck: HYPERLINK(CONCATENATE(""#"",D3,""!B"",COUNTA(INDIRECT(D3&""B:B""))+1),""BOTTOMPAGE"").




COUNTING ONLY TODAYS NUMBER OF SALES and THIS MONTH NUMBER OF SALES.xlsx
ABCD
20
3goto bottom page0
4
5
622-Jun-20 7:22 PMSDSDDSD
728-Jun-20 7:13 AMDSDDHello Friends, I'm trying to make hyperlink which need to keep moving down whenever I keep adding rows one by one down, so whenever I want to go to the bottom page just click on "goto buttom page" button... it should be at the bottom page in the sheet.. I'm trying this formula but no luck: HYPERLINK(CONCATENATE("#",D3,"!B",COUNTA(INDIRECT(D3&"B:B"))+1),"BOTTOMPAGE")
829-Jun-20 7:13 AMSDSDDSD
930-Jun-20 7:13 AMKLKLKJJK
1010-Jul-20 7:22 PMJJJJ
1111-Jul-20 7:22 PMJJK
1212-Jul-20 7:22 PMDDDDD
1313-Jul-20 7:22 PMJJHHHH
1414-Jul-20 7:22 PMCCCC
1515-Jul-20 7:22 PMGGG
1611-Jul-20 7:22 PMGBBB
1711-Jul-20 7:22 PMSDDDDD
1812-Jul-20 7:22 PMdfsdddd
1913-Jul-20 7:22 PMsddsd
2014-Jul-20 7:22 PMsdddsd
2115-Jul-20 7:22 PMsdddsd
2216-Jul-20 7:22 PMsdddsd
2317-Jul-20 7:22 PMdffdf
24
25
26
27BOTTOM PAGE
28
29
Sheet3
Cell Formulas
RangeFormula
D2D2=HYPERLINK(CONCATENATE("#",D2,"B",COUNTA(INDIRECT(D2&"B:B"))+1),"BOTTOMPAGE")
D3D3=HYPERLINK(CONCATENATE("#",D3,"!B",COUNTA(INDIRECT(D3&"B:B"))+1),"BOTTOMPAGE")
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.

Forum statistics

Threads
1,214,920
Messages
6,122,272
Members
449,075
Latest member
staticfluids

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