#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default If/and functions

I have a number of values in column A ranging from 0-2.3. I'd like to create
a formula that will place a 1 in column B for those values greater than or
equal to 0.18, or a 0 for those values less than .18. Any help you all could
provide would be greatly appreciated!

JR
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default If/And functions

Try the following formula:

=IF(A1=.18,1,0)

--
Kevin Backmann
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,090
Default If/and functions

Try this. Put this formula in B1 and drag it down as far as the Column A
data goes. HTH Otto
=If(A1=.18,1,0)
"JR-BHS" wrote in message
...
I have a number of values in column A ranging from 0-2.3. I'd like to
create
a formula that will place a 1 in column B for those values greater than or
equal to 0.18, or a 0 for those values less than .18. Any help you all
could
provide would be greatly appreciated!

JR



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 772
Default If/and functions

Put this in B1 and copy down where needed
=IF(A1=0.18,1,0)

--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"JR-BHS" wrote:

I have a number of values in column A ranging from 0-2.3. I'd like to create
a formula that will place a 1 in column B for those values greater than or
equal to 0.18, or a 0 for those values less than .18. Any help you all could
provide would be greatly appreciated!

JR

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,202
Default If/and functions

Just to be different form the rest<g, put this in A1 and copy down...

=ABS(A1=0.18)

Rick


"JR-BHS" wrote in message
...
I have a number of values in column A ranging from 0-2.3. I'd like to
create
a formula that will place a 1 in column B for those values greater than or
equal to 0.18, or a 0 for those values less than .18. Any help you all
could
provide would be greatly appreciated!

JR




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,202
Default If/and functions

Just to be different form the rest<g, put this in A1 and copy down...

=ABS(A1=0.18)


Actually, I'm not sure why I chose to use the ABS function; this should be
quicker (because it doesn't use a function call at all)...

=--(A1=0.18)

Note: There are two minus signs in front of the left parenthesis.

Rick

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula/functions for average and if functions Petu71 Excel Worksheet Functions 2 August 5th 07 08:25 PM
XL2003 FILTER FUNCTIONS VS. XL2007 FILTER FUNCTIONS RET70168 Excel Worksheet Functions 0 June 15th 07 01:00 AM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Looking for a site with functions that substitute the ATP functions Franz Verga Excel Worksheet Functions 3 June 24th 06 04:30 AM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM


All times are GMT +1. The time now is 02:55 PM.

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"