Clickable on Filter Formula

dannwid

New Member
Joined
Jul 26, 2017
Messages
19
Office Version
  1. 365
Platform
  1. Windows
Hi colleagues,

I'm having lil bit issue with my Filter formula. So, basically I have 1 master data for scoring and in other hand i need to disclose some certain range that meets some condition. Have a look in uploaded pic.

On the left table is the master data, on the right I disclosed some with condition (disclose only person with 60 or less in score). In master table you see that it has hyperlink directing to its document location (each "to docs" is hyperlink-ed with its url in column D).

What i am asking: is there any possible way to keep its hyperlink alive on the right table (filter formula).
It would be better if there are no macros involved :)

Should you need the file: https://www.file.io/ul80/download/C35Qm7nOdkJX

Thanks in advance.
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    20.2 KB · Views: 10

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Thanks. Perhaps somebody else can, but I was unable to get the hyperlinks to work correctly within a spilled array but wondering if this workaround would suffice if nothing better comes along?
BTW, there is no need for the IFERROR as the FILTER function has an option argument for what to do if the filter returns nothing.

In H5
Excel Formula:
=FILTER($A$5:$B$10,$B$5:$B$10<=K2,"")

In J5 (then copy down to J10)
Excel Formula:
=IF(I5="","",HYPERLINK(FILTER(D$5:D$10,(A$5:A$10=H5)*(B$5:B$10=I5)),"To Docs"))
 
Upvote 0
Thanks. Perhaps somebody else can, but I was unable to get the hyperlinks to work correctly within a spilled array but wondering if this workaround would suffice if nothing better comes along?
BTW, there is no need for the IFERROR as the FILTER function has an option argument for what to do if the filter returns nothing.

In H5
Excel Formula:
=FILTER($A$5:$B$10,$B$5:$B$10<=K2,"")

In J5 (then copy down to J10)
Excel Formula:
=IF(I5="","",HYPERLINK(FILTER(D$5:D$10,(A$5:A$10=H5)*(B$5:B$10=I5)),"To Docs"))

Thank you,
I also have an issue with link on spilled array.
However, i think your formula works fine.
 
Upvote 0

Forum statistics

Threads
1,223,107
Messages
6,170,137
Members
452,304
Latest member
Thelingly95

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