View Single Post
  #1   Report Post  
Hrwilkers Hrwilkers is offline
Junior Member
 
Posts: 4
Default How to limit columns that display based on selection of a dropdown value

New User to this this site. Great site, have found a lot of great information.
Have not been able to find how to do this:

I have a Worksheet that I want to limit the columns that display based on a value selected in a dropdown list. This sheet is a worksheet that data entry will be completed on. The worksheet currently only contains a header row.

The value in the dropdown list only contains two values: ValueA, ValueB
The dropdown list was created using data validation, Allow list, and typing in ValueA, ValueB.

Column B Contains the dropdown list of ValueA, ValueB
What I want to do is:
If ColumnB contains ValueA, then display columns: A through H and K
If ColumnB contains ValueB, then display columns: A through C, I and J

How can I accomplish this?
Thanks for the assistance as I am stumped. HRwilkers