I have been in meetings all morning here... and am going to be busy this afternoon too.. so not sure how much time I can spend.
Your named ranges must not have spaces in them, they could have underscores...
Then you would have to create a separate list somewhere of all the possible column names to include in your dropdown menu.
Then you would substitute the formula above with:
This will substitute the name chosen in your dropdown with a version of the name with underscores instead of spaces and they should match a column name to search into.
If done correctly, the blanks should return as blanks and not 0's.
Once you attempted this, post the sample workbook if it is not working....and I (or someone else) will try to assist... maybe someone has another idea... vba perhaps?
If the columns were all in one sheet, you would not perhaps need the named ranges... and column name alterations....
Bookmarks