Hyperlink to results of a formula in a new sheet

pochitodiaz

New Member
Joined
Apr 2, 2015
Messages
6
Hello,

I would really appreciate some help with something I am trying to do or even find out if it is possible, and if so how. I have been looking all over the place but cannot seem to figure it out. I am quite a bit new to using formulas / vba so bare with me. So now to the request

I have 2 sheets, lets call it sheet1 and sheet2, on sheet1 is a "summary table" with a bunch of countif formulas that grab information from the sheet2, I am trying to find a way to make the results from these countif formulas into a hyperlink that would open a new sheet or workbook that cointains the full information used to get the result shown on sheet1. Let me explained a bit further with examples

Sheet1
test1=COUNTIF(Sheet2!A:A,A:A) (the result display would be 2)
test2=COUNTIF(Sheet2!A:A,A:A) (the result display would be 1)

<tbody>
</tbody>

Sheet2
test1A115
test2B220
test1C325
test3D430

<tbody>
</tbody>


Now that the COUNTIF formula gave me the result of 2 I would like that 2 to be a hyperlink that when click would open another workbook or sheet and show the test1 information from sheet2 so it would show as below

test1A115
test1C325

<tbody>
</tbody>


Is this possible?
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Forum statistics

Threads
1,216,099
Messages
6,128,816
Members
449,469
Latest member
Kingwi11y

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