Need help with formula

G

Gmata

I am trying to create a formula.
Basicly what i need is this

in one column i have prices and the other column i have status.

If price is greater than 0.00 the status is Active
If prices is less than 0 the status is Inactive.

Thanks
 
F

FSt1

hi.
price in A column, status in B column and in a third column....
=if(A1>0,"Active","inactive")

regards
FSt1
 
B

Bob Phillips

=IF(A2>0,"Active","Inactive")

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Top