Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi, I have a simple spreadsheet which I need help with. I need to prevent a
customer from using more then one computer (C*) and or laptop. What I need is a way of stopping more then one yes per row. I have validated the cells with a list of Yes/No, but cannot find a way of stopping the Yes being entered if a yes has been entered in a different cell on the same row? Own Laptop C1 C2 C3 C4 C5 Customer 1 Yes Customer 2 Yes Customer 3 Yes Customer 4 Yes Customer 5 Customer 6 Yes Customer 7 Customer 8 Yes Customer 9 Yes Customer 10 Any help with be appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Jan 11, 1:32*pm, scubas wrote:
Hi, I have a simple spreadsheet which I need help with. *I need to prevent a customer from using more then one computer (C*) and or laptop. *What I need is a way of stopping more then one yes per row. *I have validated the cells with a list of Yes/No, but cannot find a way of stopping the Yes being entered if a yes has been entered in a different cell on the same row? * * * * Own Laptop * * *C1 * * *C2 * * *C3 * * *C4 * * *C5 Customer 1 * * * * * * *Yes * * * * * * * * * * * * * * Customer 2 * * * * * * * * * * *Yes * * * * * * * * * * Customer 3 * * *Yes * * * * * * * * * * * * * * * * * * Customer 4 * * * * * * * * * * * * * * *Yes * * * * * * Customer 5 * * * * * * * * * * * * * * * * * * * * * * * Customer 6 * * *Yes * * * * * * * * * * * * * * * * * * Customer 7 * * * * * * * * * * * * * * * * * * * * * * * Customer 8 * * * * * * * * * * * * * * * * * * *Yes * * Customer 9 * * *Yes * * * * * * * * * * * * * * * * * * Customer 10 * * * * * * * * * * * * * * * * * * * * * * Any help with be appreciated. Select B2:F11 (adjust to real table) Apply custom Conditional formatting with this formula: =COUNTIF($B2:$F2,"Yes")<=1 Regards, Stefi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
restricting entry into a cell based on entry to a previous cell | New Users to Excel | |||
Restricting data entry to A-Z a-z 0-9 | Excel Discussion (Misc queries) | |||
Restricting Duplicate Entry | Excel Worksheet Functions | |||
Restricting entry in B1 on the basis of entry in A1 | Excel Worksheet Functions | |||
Restricting entry in B1 on the basis of entry in A1 | Excel Worksheet Functions |