Formula in Clickable button

Hemanth16

New Member
Joined
Jul 31, 2021
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hey guys ,im having trouble inserting a formula into a shape..and making it work
can someone help me with it

The Formula....=HYPERLINK("[6.Shop Workers.xlsx]"&ADDRESS(1,1,,,$G$3),"Click")

0.Overall Look.xlsm
ABCDEFGHIJKLMNOPQRSTU
1
2
3101JebastinSalary Date
4
501-08-2020
6
7
8Salary 10,000
9
10
11
12Leave0ClickTotal Salary10,000
13
14
15
16Amount Given-Oneday Salary333
17
18
19
20
21
Workers
Cell Formulas
RangeFormula
G3G3=IF(C3>0,VLOOKUP($C$3,'H:\Work\[6.Shop Workers.xlsx]Index'!$B:$I,2,0),"Name")
Q5Q5=IF(C3>0,VLOOKUP($C$3,'H:\Work\[6.Shop Workers.xlsx]Index'!$B:$I,3,0),"")
K8K8=IF(C3>0,R12-((R16*F12)+L16),)
F12F12=IF(C3>0,VLOOKUP($C$3,'H:\Work\[6.Shop Workers.xlsx]Index'!$B:$I,6,0),)
J12J12=HYPERLINK("[6.Shop Workers.xlsx]"&ADDRESS(1,1,,,$G$3),"Click")
R12R12=IF(C3,VLOOKUP($C$3,'H:\Work\[6.Shop Workers.xlsx]Index'!$B:$I,4,0),)
L16L16=IF(C3>0,VLOOKUP($C$3,'H:\Work\[6.Shop Workers.xlsx]Index'!$B:$I,7,0),)
R16R16=IF(C3>0,VLOOKUP($C$3,'H:\Work\[6.Shop Workers.xlsx]Index'!$B:$I,5,0),)
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
What doesn't work--what are you expecting and what happens instead?

What is the value in G3? You may need quotes around the file/sheet qualifier:

Excel Formula:
=HYPERLINK("'[6.Shop Workers.xlsx]"&$G$3&"'!"&ADDRESS(1,1) ,"Click")
 
Upvote 0

Forum statistics

Threads
1,213,531
Messages
6,114,167
Members
448,554
Latest member
Gleisner2

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