Forum Discussion

Kim-Kay's avatar
Kim-Kay
Brass Contributor
Oct 12, 2022
Solved

Formula/Format for Multiple Category/Column Options

I have a spreadsheet with multiple questions that people can answer by putting an "x" in one of five columns.  Is there a way to limit their answers, though, so that if they place an "x" in one colum...
  • Lorenzo's avatar
    Oct 12, 2022

    Hi Kim-Kay 

     

     

    With the above example, select C3:G5 > Data (tab) > Data Validation > Allow = Custom, Formula =

    =AND(C3="x",COUNTIF($C3:$G3,"x")=1)

Resources