Thanks for the help upfront.
Say I want to take a list of numbers and whenever a cell has that number it puts an x in the cell next to it so I know it was contained in my list of numbers.
So, I've tried to use the following, but it doesn't work:
=IF(A3={1,2,13,14,35,36,23,24,3,4,15,16},"X","")
I know I could write:
=IF(A3=1,"X",IF(A3=2,"X", etc ....
But there has to be a better way. Any suggestions are greatly appreciated.
Thanks again,
Say I want to take a list of numbers and whenever a cell has that number it puts an x in the cell next to it so I know it was contained in my list of numbers.
So, I've tried to use the following, but it doesn't work:
=IF(A3={1,2,13,14,35,36,23,24,3,4,15,16},"X","")
I know I could write:
=IF(A3=1,"X",IF(A3=2,"X", etc ....
But there has to be a better way. Any suggestions are greatly appreciated.
Thanks again,