Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Yes or No Value if Dollar amount between two numbers

I want a field to report a yes or no value if a dollar amount from another
field is between two numbers. For example, if the value is greater than 100
but less than 200, I want it to say "Yes". If outside these numbers, I want
it to say "No". Any suggestions?
--
JerryS
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 694
Default Yes or No Value if Dollar amount between two numbers

Hi Jerry
Try this :
=IF(AND(J17=100,J17<=200),"yes","NO") change range to your needs
HTH
John
"Jerry B Smith" wrote in message
...
I want a field to report a yes or no value if a dollar amount from another
field is between two numbers. For example, if the value is greater than
100
but less than 200, I want it to say "Yes". If outside these numbers, I
want
it to say "No". Any suggestions?
--
JerryS


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
Comparing Row by Row - A-D dollar amounts to E dollar amount Mel Excel Worksheet Functions 9 November 20th 08 09:50 PM
How to use a name to represent a dollar amount Item Manager Excel Discussion (Misc queries) 1 May 6th 08 08:20 PM
subsetting by dollar amount ChuckW Excel Discussion (Misc queries) 3 April 24th 08 03:19 AM
How to multiply hours by a dollar amount Teri Excel Worksheet Functions 3 March 13th 08 08:04 PM
Hide row if dollar amount is zero Karl Irvin Excel Discussion (Misc queries) 5 May 7th 05 12:08 AM


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