Auto fill

  • Thread starter Thread starter Igor Sudnik
  • Start date Start date
I

Igor Sudnik

How to make a cell auto fill only if cell to the left is not blank? Somthing
like:
If A:A is not blank than B:B=1
 
I'm not sure what you're filling with, but maybe a formula:

=if(a1="","",someformulahere)

And drag down.
 

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