Hi Geniuses!
so, multiple if statement, scenario;
Various formulas giving a yes or no or (any other specific value)
so i want the last column to be a if statement saying if the answer to any of the columns to the left is yes than be a yes if not then no. I got the below but it does not seem to work.
=IF(L2="Specific value","Yes",IF(L2="specific value2","Yes",IF(S2="specific value 3","Yes",IF(T2="specific value 4",IF(U2="Yes","Yes",IF(W2="Yes","Yes",IF(Y2="Yes","Yes","No")))))))
any help will be much appreciated
Thanks!!
so, multiple if statement, scenario;
Various formulas giving a yes or no or (any other specific value)
so i want the last column to be a if statement saying if the answer to any of the columns to the left is yes than be a yes if not then no. I got the below but it does not seem to work.
=IF(L2="Specific value","Yes",IF(L2="specific value2","Yes",IF(S2="specific value 3","Yes",IF(T2="specific value 4",IF(U2="Yes","Yes",IF(W2="Yes","Yes",IF(Y2="Yes","Yes","No")))))))
any help will be much appreciated
Thanks!!