Using a hyperlink to a Thumbs up if 100% is achieved. Or if not a thumbs down.

Moaman

New Member
Joined
Apr 23, 2022
Messages
10
Office Version
  1. 2021
Platform
  1. Windows
Using a hyperlink to a Thumbs up if 100% is achieved. Or if not a thumbs down.

Hi , I have created a progress chart where each week participants record a number in one cell and the next cell automatically converts that number to a percentage of the progress made, as in the mock up below:



Ben 0 0.0% 17 9.7% 128 72.7% 176 100.0%

Bob 57 32.4% 71 40.3% 96 54.5% 124 70.5%

Bill 1 0.6% 3 1.7% 74 42.0% 113 64.2%

Brad 0 0.0% 19 10.8% 42 23.9% 160 90.9%

Brian 130 73.9% 152 86.4% 176 100.0% 176 100.0%

I need to add some fun ton this task so I’d like to add another cell that say “Click to check progress” Then only when the formular can see a 100% it will open a hyperlink to a Thumbs Up and a message pops up with “Fantastic You Have Finished”.

But if there is not a 100% in their row then when the cell is clicked, the hyperlink is to a Thumbs Down and a message “Your nearly there keep going”.

I have tried this but it is not even valid. Plus others and nothing works.

=IF($D$11:$J$11="*100", HYPERLINK("#$$D$11:$J$11", "Click here to check progress"), "#"&$D$11:$J$11)

If anyone has had success with this could you help, it would be awesome.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
A gentle reminder:

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at:

There is no need to repeat the link(s) provided above but if you have posted the question at other places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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