Forum Discussion
emilaga151
Jan 11, 2019Copper Contributor
How To? If # in column then populate in other cell
Hello, I am looking for some help automating an entry process. I have attached a photo of what I would like to have accomplished. In my spreadsheet I have several rows of numbers in Column A....
Haytham Amairah
Jan 11, 2019Silver Contributor
Hi,
You can do that by using this formula:
=IF(ISNUMBER(SEARCH($A2,B$1)),1,0)
Hope that helps
emilaga151
Jan 11, 2019Copper Contributor
Much appreciated.