If statement

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could someone help me write an if statement saying that if the current cell
has no data in it to place a o in the cell but if there is a number do
nothing.

Thank you
 
Jeremy said:
Could someone help me write an if statement saying that if the current cell
has no data in it to place a o in the cell but if there is a number do
nothing.

Thank you
=if(a1="",o,a1)
is [basically] what you want but will most likely produce a looping error.
I had a similar scenario and was steered to Tools/Options/Iteration control.
That worked for my needs.
 

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