Is there a way to have Excel add a row based off a drop down without using VBA?

dskarin

New Member
Joined
Jan 3, 2014
Messages
3
I am looking to have excel essentially unhide a row based off of a selection in a drop down box. The drop down box has multiple selections available and wanted to expose the proper row based on the drop down selection. Is this possible or does it need to be VBA?

Thanks!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Hello there,
I am not aware of any way to unhide a row "automatically" without vba, but you
can use conditional formatting to test a condition from your drop down box, and
then format the text to be "white" (invisible) or "black" (visible) or in your case "expose" (highlight)
the proper row.

Mike Girvin, Exelisfun on youtube has many videos on conditional formatting.
https://www.youtube.com/watch?v=FuPdQvOFZkw

Hope that helps!
marcj
 
Upvote 0
A parameterised query will return records, filtered from the input table/s, without VBA. So not by hiding or unhiding, it is more advanced than that. Without VBA a query can be set to refresh on changes to the cell containing the parameter value. Excel help & google will have examples.
 
Upvote 0

Forum statistics

Threads
1,214,429
Messages
6,119,433
Members
448,897
Latest member
ksjohnson1970

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