Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Finding occurences of a given value in a row

Hi, I have a spreadsheet with several columns where users input measurements.
I would like an automated means to check the entries for two seperate
conditions, first return all rows which contains a measurement between 1439mm
and 1449mm, second return all rows which contain a measurement equal or
greater than 1450mm. The difficulty is that it is possible that measurements
entered along the row may well meet both conditions. For values of less than
1439mm no return is necessary.

Many thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 211
Default Finding occurences of a given value in a row

First condition use: IF(AND(A21439,A2<1449),A2,'') Type this in a helping
column
Second condition: IF(A2=1450,A2,"") Type this in another helping column
By comparing result of these helping columns you can find the difficulty you
mentioned.
--
R. Khoshravan
Please click "Yes" if it is helpful.
I would like an automated means to check the entries for two seperate
conditions, first return all rows which contains a measurement between 1439mm
and 1449mm, second return all rows which contain a measurement equal or
greater than 1450mm. The difficulty is that it is possible that measurements
entered along the row may well meet both conditions. For values of less than
1439mm no return is necessary.

Many 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
Occurences between 2 dates Bernie Excel Worksheet Functions 6 January 11th 09 01:12 PM
Consecutive occurences Antonio Excel Discussion (Misc queries) 13 April 28th 08 09:41 PM
Counting occurences of a name [email protected] Excel Worksheet Functions 3 October 8th 07 12:52 AM
Count # of Occurences Sweepea Excel Discussion (Misc queries) 6 December 14th 06 02:27 AM
Counting the occurences riomarde Excel Worksheet Functions 1 March 27th 06 09:00 PM


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

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

About Us

"It's about Microsoft Excel"