Data in one cell = 1 in another cell

  • Thread starter Thread starter kennito
  • Start date Start date
K

kennito

I'm trying to have any input data in one cell become the #1 in a neighboring
cell. Fairly new to Excel Formulas so am lost. Thanks
 
If cell A1 is where you would type 'any' data, then in B1 type the following:
=IF(A1="","",1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top