If........then......

  • Thread starter Thread starter nan4ca
  • Start date Start date
N

nan4ca

Is it possible to create a formula that if a condition is met in a cell, then
go to another cell and perform formula in that cell?

For Ex.: If the data in cell A1 is greater than or equal to 1, then the
formula in B1 is performed.
 
Is it possible to create a formula that if a condition is met in a cell, then
go to another cell and perform formula in that cell?

For Ex.: If the data in cell A1 is greater than or equal to 1, then the
formula in B1 is performed.

B1: =if(a1>=1,"do formula","")

--ron
 

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

Similar Threads

formulas, if/then 1
Excel Need Countifs Formula Help 0
Conditional Formatting 6
If condition with text 3
Using SUMIFS with date range 4
help with formula 1
Nesting IF or IF 2
EXCEL FORMULA 2

Back
Top