danielrussell2
New Member
- Joined
- Mar 17, 2016
- Messages
- 17
Hello all,
Hopefully everything is posted in the correct area and I hope I can get my issue across intelligently.
I'm creating a "Job Setup" sheet that will refer backwards and forwards to other sheets in this workbook.
The scope of the work is doors - interior vs exterior, door types, etc.
The issue is that I'm trying to make a drop down list on my "Job Setup" sheet for the "Door No." column where the selections possible depend on the column before it, the "Door Int or Ext?" column (where the dropdown allows a choice of "INT" or "EXT"). The range for the possible selections dependent on the "Door Int or Ext?" column is on another sheet, "DR RCP", and they are broken up (not all in one continuous list, as that page has an "interior" and "exterior" breakout so you can see your interior doors vs your exterior doors more easily). So, if the door is an interior door, on the "Job Setup" sheet, a user would select "INT" from the dropdown list, and in the next column ("Door No."), I want only the interior door numbers from the "DR RCP" sheet to be available. And, naturally, if it is an exterior door, user would select "EXT", and I would want only the exterior door numbers to be available on the drop down list.
I started trying to nest IF and OFFSET functions in the Data Validation box, but am getting nowhere fast.
"Job Setup" Sheet - Need C70 to have a dropdown list that only shows options from B37:B49 on the "Door RCP" sheet (because B70 has been selected as INT).
"Door RCP" Sheet - this is where the door numbers are input, exterior doors under "Exterior" (B12:B34) and interior doors under "Interior" (B37:B49). Dependent on jobsetup sheet B70 selection, I need only the corresponding door numbers to be available on a drop down list (exterior or interior door numbers)
Hopefully this all makes sense and one of you kind folks can help me out.
Thanks in advance!
Hopefully everything is posted in the correct area and I hope I can get my issue across intelligently.
I'm creating a "Job Setup" sheet that will refer backwards and forwards to other sheets in this workbook.
The scope of the work is doors - interior vs exterior, door types, etc.
The issue is that I'm trying to make a drop down list on my "Job Setup" sheet for the "Door No." column where the selections possible depend on the column before it, the "Door Int or Ext?" column (where the dropdown allows a choice of "INT" or "EXT"). The range for the possible selections dependent on the "Door Int or Ext?" column is on another sheet, "DR RCP", and they are broken up (not all in one continuous list, as that page has an "interior" and "exterior" breakout so you can see your interior doors vs your exterior doors more easily). So, if the door is an interior door, on the "Job Setup" sheet, a user would select "INT" from the dropdown list, and in the next column ("Door No."), I want only the interior door numbers from the "DR RCP" sheet to be available. And, naturally, if it is an exterior door, user would select "EXT", and I would want only the exterior door numbers to be available on the drop down list.
I started trying to nest IF and OFFSET functions in the Data Validation box, but am getting nowhere fast.
"Job Setup" Sheet - Need C70 to have a dropdown list that only shows options from B37:B49 on the "Door RCP" sheet (because B70 has been selected as INT).
"Door RCP" Sheet - this is where the door numbers are input, exterior doors under "Exterior" (B12:B34) and interior doors under "Interior" (B37:B49). Dependent on jobsetup sheet B70 selection, I need only the corresponding door numbers to be available on a drop down list (exterior or interior door numbers)
Hopefully this all makes sense and one of you kind folks can help me out.
Thanks in advance!
Last edited: