Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Need help with formula

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Need help with formula

=IF(A20,"Active",IF(A2<0,"Inactive","Status undefined"))
--
David Biddulph

"Gmata" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Need help with formula

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

regards
FSt1

"Gmata" wrote:

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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Need help with formula

=IF(A20,"Active","Inactive")

--
---
HTH

Bob


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



"Gmata" wrote in message
...
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



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Need help with formula

One way:

=CHOOSE(SIGN(A1)+2,"Inactive","","Active")

--
Biff
Microsoft Excel MVP


"Gmata" wrote in message
...
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





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Need help with formula

And if price is exactly 0?


Gord Dibben MS Excel MVP

On Sat, 2 Feb 2008 14:48:00 -0800, Gmata
wrote:

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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"