ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Validy check in one coulmn to limit input options in another? (https://www.excelbanter.com/excel-worksheet-functions/63313-validy-check-one-coulmn-limit-input-options-another.html)

Katja

Validy check in one coulmn to limit input options in another?
 
I would like to limit input options in one column depending on the entry in
another column (e.g. column 1 has input possibilities a, b, or c; if the
input is a, the options in column 2 should only be aa, aaa, or aaaa; if it is
b, only bb, bbb, or bbbb, etc. ...). How can I achieve this?

Ron Coderre

Validy check in one coulmn to limit input options in another?
 
Try this:

Select B1

DataValidation
Allow: Custom
Formula: =OR(B1=REPT(A1,1),B1=REPT(A1,2),B1=REPT(A1,3),B1=R EPT(A1,4))


Am I on the right track here?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Katja" wrote:

I would like to limit input options in one column depending on the entry in
another column (e.g. column 1 has input possibilities a, b, or c; if the
input is a, the options in column 2 should only be aa, aaa, or aaaa; if it is
b, only bb, bbb, or bbbb, etc. ...). How can I achieve this?


Duke Carey

Validy check in one coulmn to limit input options in another?
 
Debra Dalgliesh has an excellent explanation

See
http://www.contextures.com/xlDataVal02.html

"Katja" wrote:

I would like to limit input options in one column depending on the entry in
another column (e.g. column 1 has input possibilities a, b, or c; if the
input is a, the options in column 2 should only be aa, aaa, or aaaa; if it is
b, only bb, bbb, or bbbb, etc. ...). How can I achieve this?



All times are GMT +1. The time now is 01:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com