Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Check if rounded cell values fall within a range

Hi Everybody,

How do I write a formula to do the following?

If another cell's value is greater than 0.5 but less than or equal to 1 then
set the value of this cell to "Normal Criteria"?

I'll appreciate it very much if anybody can help - my problem lies with the
fact that there are two conditions to check and I don't know the correct
syntax.

Appreciate it.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Check if rounded cell values fall within a range

Try this perhaps:
=IF(B40,5;(IF(B4<1;"1";B4*3)))

IF 0,5 and <1 it gives one otherwise mulitply by 3

G.

"vertigo" wrote:

Hi Everybody,

How do I write a formula to do the following?

If another cell's value is greater than 0.5 but less than or equal to 1 then
set the value of this cell to "Normal Criteria"?

I'll appreciate it very much if anybody can help - my problem lies with the
fact that there are two conditions to check and I don't know the correct
syntax.

Appreciate it.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Check if rounded cell values fall within a range

This is a fairly conventional way for checking values within a range:

=IF(AND(P9280.5,P928<=1),"Normal Criteria","")

In this example, P928 would be changed to your particular cell reference.
If the test evaluates to false, you can choose a different action than I have
posed, which is do nothing.
--
Dennis from Suffolk


"vertigo" wrote:

Hi Everybody,

How do I write a formula to do the following?

If another cell's value is greater than 0.5 but less than or equal to 1 then
set the value of this cell to "Normal Criteria"?

I'll appreciate it very much if anybody can help - my problem lies with the
fact that there are two conditions to check and I don't know the correct
syntax.

Appreciate it.

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
Charting X values when they rise and fall Eleanor Charts and Charting in Excel 1 November 9th 06 12:22 PM
Adding amounts that fall within a range pdgaustintexas Excel Worksheet Functions 6 January 21st 06 01:55 PM
Q: check a range values JIM.H. Excel Discussion (Misc queries) 2 October 21st 05 12:26 AM
Counting if numbers fall within a specified range KG Excel Discussion (Misc queries) 4 September 10th 05 02:30 PM
making used values fall from a list static69 Excel Discussion (Misc queries) 4 February 17th 05 02:04 AM


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