Excel dynamic link within Sheet -


i have 2 columns , b. column b data supposedly refer column data (column data unique ).

i need create hyperlink in column b in way if clicked should highlight value in column a.

i can manually (right click --> hyperlink , etc).

but there efficient way create hyperlink in if click on column b data takes me data in column a?

a    b 1    2 2    5  3    4 4    5 5    2 .... 

example : click on b value 5 , highlights value 5 in column a?

i recommend use standard keyboard shortcut ctrl + [. takes spot formula comes (it references first cell used in formula). see formula ends (on same page), use ctrl + ].

avoid using mouseclicks things this; moving use keyboard as possible make more efficient in long run.

also - can change excel settings under excel > options > advanced , uncheck 'allow editing directly in cells'; make clicking on cell take there, instead of opening edit window (which can instead access pressing f2, or clicking formula bar).


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -