Conditional use of formulas

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

Guest

Here is what I want to do (for example):

If A1 > A2 then use the formula in B1
If A1 < A2 then use the formula in B2

Two different formulas that use the same variables. In the above example,
one formula will always return a bad value so I can't just do both every time.

Thanks!
 
Hi Nate

use in B1

=if(a1>a2,formula,"")
in b2
=if(a1<a2,formula,"")

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Nate MMI" escreveu:
 

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