Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 247
Default Return Numeric Labels that have Values =4 across Single Row

Hi All,

Happy New Year.

I have two columns of data: Column "A" = Numeric Labels and Column "B" =
Numeric Values; rows 17 to 100.

I would like a Formula to return across a single row in ascending order
Numeric Labels that have Numeric Values =4 (greater than or equal to 4).


Sample Data:
Col "A" Col "B"
Labels Values

146 7
131 6
120 6
142 5
105 4
104 4
149 3
140 3
124 3
122 3
etc

Expected Results:
Labels with numeric values of 4 or more Returned across a single row in
ascending order.
104, 105, 120, 131, 142, 146


Thanks,
Sam

--
Message posted via http://www.officekb.com

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Return Numeric Labels that have Values =4 across Single Row

Array entered:

=IF(COLUMNS($A:A)<=COUNTIF($B17:$B100,"=4"),SMALL (IF($B17:$B100=4,$A17:$A100),COLUMNS($A:A)),"")

Copy across.

Biff

"Sam via OfficeKB.com" <u4102@uwe wrote in message
news:6ba8a7a3e8e5a@uwe...
Hi All,

Happy New Year.

I have two columns of data: Column "A" = Numeric Labels and Column "B" =
Numeric Values; rows 17 to 100.

I would like a Formula to return across a single row in ascending order
Numeric Labels that have Numeric Values =4 (greater than or equal to 4).


Sample Data:
Col "A" Col "B"
Labels Values

146 7
131 6
120 6
142 5
105 4
104 4
149 3
140 3
124 3
122 3
etc

Expected Results:
Labels with numeric values of 4 or more Returned across a single row in
ascending order.
104, 105, 120, 131, 142, 146


Thanks,
Sam

--
Message posted via http://www.officekb.com



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 247
Default Return Numeric Labels that have Values =4 across Single Row

Hi Biff,

Thank you very much. That certainly did the job. Great!

T. Valko wrote:
Array entered:


=IF(COLUMNS($A:A)<=COUNTIF($B17:$B100,"=4"),SMAL L(IF($B17:$B100=4,$A17:$A100),COLUMNS($A:A)),"")


Copy across.


Biff


--
Message posted via http://www.officekb.com

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Return Numeric Labels that have Values =4 across Single Row

You're welcome. Thanks for the feedback!

Biff

"Sam via OfficeKB.com" <u4102@uwe wrote in message
news:6baf90837e08f@uwe...
Hi Biff,

Thank you very much. That certainly did the job. Great!

T. Valko wrote:
Array entered:


=IF(COLUMNS($A:A)<=COUNTIF($B17:$B100,"=4"),SMA LL(IF($B17:$B100=4,$A17:$A100),COLUMNS($A:A)),"")


Copy across.


Biff


--
Message posted via http://www.officekb.com



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
Find and Return Numeric Label based on (Numeric Value) Criterion Sam via OfficeKB.com Excel Worksheet Functions 2 September 18th 06 11:20 PM
Match 3 Criteria and Return Lowest Numeric Value Sam via OfficeKB.com Excel Worksheet Functions 16 April 4th 06 12:19 AM
Return Range of Numerical Values in Single Column based on Frequency Percentage Sam via OfficeKB.com Excel Worksheet Functions 9 October 28th 05 11:01 PM
Search multiple values to return single values JANA Excel Worksheet Functions 8 October 27th 05 04:26 PM
Return Single Instance of Numeric Values from a Column Sam via OfficeKB.com Excel Worksheet Functions 4 August 26th 05 03:10 AM


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