1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Search Professionals by Specialties

Our take

Introducing a streamlined approach to searching for professionals by specialties in Excel. This project aims to optimize a comprehensive list where each professional is represented in their own row, detailing their first name, last name, and specialties. By employing a text-split function, specialties can be efficiently categorized. However, challenges arose with the grand list of specialties returning a #CALC! error due to length limitations. I'm eager to explore innovative solutions to enhance this process and welcome any insights or questions you may have!

Hi!! I'm working on an Excel sheet to effectively search through a list of professionals and their specialties. All information in linked screenshot is just a placeholder. If you have any questions I'd be glad to answer!!

Currently, I have each professional in their own row.

First name, Last name, List of specialties, Split

"Split" is the start of a textsplit function, splitting the list cell into individual specialties across the row.

I originally tried this by creating a function that vertically lists all unique specialties underneath the data set, then using that list as the data validation lists for the options. I also made a "score" column that adds points to each professional depending on how many times options are in their specialties, then another function to list and sort anyone with a score higher than (highest score)-2.

The problem with this is that once the specialties reach a certain number, the grand list of specialties only returns #CALC! because it is too long.

https://imgur.com/a/QoQvvmK

submitted by /u/Significant-Chef-258
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles

Tagged with