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 Matched Numeric Values across Rows

Hi Bernard,

Thank you very much for your time and assistance. Your Solution and Formula
provides me with a very useful summary of my "Expected Results" - Numeric
Values that MATCH the same Numeric Label on both Sheet1 and Sheet2. Great!

I then used this Array Formula provided by Biff to display the Numeric Values
grouped by their Numeric Labels ("0" to "3") across a single row in ascending
order:

=IF(COLUMNS($A:A)<=COUNTIF($B1:$F4,"0"),SMALL(IF( $B1:$F40,$B1:$F4),COLUMNS(
$A:A)),"")

Final Results - Numeric Labels "0" to "3"
9, 25, 28

Thank you once again.

Cheers,
Sam

Bernard Liengme wrote:
Here is a first-approximation to an answer.

I have put you two blocks of data in A1:F7 of Sheet1 and Sheet2
In Sheet3 I have in A the labels 0,,1,2,3,4,5, 6
In B1 I have the formula
=IF(ISNA(MATCH(Sheet1!B1,Sheet2!$B1:$F1,0)),"",IND EX(Sheet2!$B1:$F1,1,MATCH
(Sheet1!B1,Sheet2!$B1:$F1,0)))
This I copied down and across to fill B2:F7
The result is
0 -- -- -- -- --
1 -- -- -- -- --
2 -- 25 28 -- --
3 -- -- 9 -- --
4 -- -- -- -- 15
5 26 -- -- -- --
6 -- -- -- -- --
where -- means a cell displaying as blank
best wishes


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...tions/200701/1

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
Return Numeric Labels that have Values =4 across Single Row Sam via OfficeKB.com Excel Worksheet Functions 3 January 2nd 07 06:12 PM
Find and Count Frequency of Numeric Value in Non-Contiguous Rows Sam via OfficeKB.com Excel Worksheet Functions 2 September 17th 06 09:17 PM
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row Sam via OfficeKB.com Excel Worksheet Functions 6 November 29th 05 03:27 PM
AVERAGE Row of Numbers and Return Corresponding Numeric Label Sam via OfficeKB.com Excel Worksheet Functions 14 September 20th 05 01:07 AM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM


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