#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default If Amount Question

Hi there

I need a formula if column C2 has an amount 600 or above return a result of 1
If there's no number leave it blank or if the number is below 600 leave it
blank as well

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default If Amount Question

Try this:

=IF(AND(ISNUMBER(C2),C2=600),1,"")

--
Biff
Microsoft Excel MVP


"Killer" wrote in message
...
Hi there

I need a formula if column C2 has an amount 600 or above return a result
of 1
If there's no number leave it blank or if the number is below 600 leave it
blank as well

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default If Amount Question

Do you need the ISNUMBER test, Biff? Can it be =600 without there being a
number in the cell?
--
David Biddulph

"T. Valko" wrote in message
...
Try this:

=IF(AND(ISNUMBER(C2),C2=600),1,"")
--
Biff
Microsoft Excel MVP


"Killer" wrote in message
...
Hi there

I need a formula if column C2 has an amount 600 or above return a result
of 1
If there's no number leave it blank or if the number is below 600 leave
it
blank as well

Thanks!





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default If Amount Question

I've now realised that a cell with text representing a number greater than
or equal to 600 will satisfy the =test, but not the ISNUMBER test. So your
formula draws that distinction.
--
David Biddulph

"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
Do you need the ISNUMBER test, Biff? Can it be =600 without there being
a number in the cell?
--
David Biddulph

"T. Valko" wrote in message
...
Try this:

=IF(AND(ISNUMBER(C2),C2=600),1,"")
--
Biff
Microsoft Excel MVP


"Killer" wrote in message
...
Hi there

I need a formula if column C2 has an amount 600 or above return a result
of 1
If there's no number leave it blank or if the number is below 600 leave
it
blank as well

Thanks!



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default If Amount Question

Also, consider the possibility that C2 contains a formula that might return
a blank.

--
Biff
Microsoft Excel MVP


"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
I've now realised that a cell with text representing a number greater than
or equal to 600 will satisfy the =test, but not the ISNUMBER test. So
your formula draws that distinction.
--
David Biddulph

"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
Do you need the ISNUMBER test, Biff? Can it be =600 without there being
a number in the cell?
--
David Biddulph

"T. Valko" wrote in message
...
Try this:

=IF(AND(ISNUMBER(C2),C2=600),1,"")
--
Biff
Microsoft Excel MVP


"Killer" wrote in message
...
Hi there

I need a formula if column C2 has an amount 600 or above return a
result of 1
If there's no number leave it blank or if the number is below 600 leave
it
blank as well

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
If two Columns have Data enter the Amount Question! Killer Excel Discussion (Misc queries) 15 October 2nd 07 09:02 AM
Question For Importing Data Into Excel/Converting General Number to Dollar Amount [email protected] Excel Discussion (Misc queries) 3 February 12th 07 09:30 PM
Formula for amount owing subtract amount paid Taperchart Excel Worksheet Functions 1 June 4th 06 05:51 PM
How can I calculate amount of time left based on amount spent? KLD Excel Worksheet Functions 3 May 23rd 06 04:20 PM
Does the title of the question effect the amount of replies I get. Michelle Tucker Excel Discussion (Misc queries) 5 December 3rd 04 09:55 AM


All times are GMT +1. The time now is 06:56 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"