Syntax for "Any Value"

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

Guest

Is there something you can type into a formula that signifies "anything at
all".
In other words I need to enter a formula that when any number, date, text,
or whatever it may be is typed into A1, then B1=10. Thanks for the help.
 
hi
put this formula in B1.
=if(A1="","",10)
so long as a1 is empty, B1 will show null. put something in a1 and b1 = 10.

regards
FSt1
 

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