Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I need to display the rows in spreadsheet A based on whether a numerical
value in a particular column has the same value in a corresponding column of spreadsheet B for example: Spreadhseet A Spreadsheet B 1 2 3 3 5 6 6 7 7 8 The resulting filtered display should be 3 6 7 With all other data in the associated rows. Thanks |
#2
![]() |
|||
|
|||
![]()
I would use a helper column (new column A???).
Put formula like: =isnumber(match(b2,sheet2!a:a,0)) (headers in Row 1) Then apply data|filter|autofilter filter to show True's SKKB wrote: I need to display the rows in spreadsheet A based on whether a numerical value in a particular column has the same value in a corresponding column of spreadsheet B for example: Spreadhseet A Spreadsheet B 1 2 3 3 5 6 6 7 7 8 The resulting filtered display should be 3 6 7 With all other data in the associated rows. Thanks -- Dave Peterson |
#3
![]() |
|||
|
|||
![]()
Dave,
Your formula and approach made me look like a hero. Thanks, Suresh "Dave Peterson" wrote: I would use a helper column (new column A???). Put formula like: =isnumber(match(b2,sheet2!a:a,0)) (headers in Row 1) Then apply data|filter|autofilter filter to show True's SKKB wrote: I need to display the rows in spreadsheet A based on whether a numerical value in a particular column has the same value in a corresponding column of spreadsheet B for example: Spreadhseet A Spreadsheet B 1 2 3 3 5 6 6 7 7 8 The resulting filtered display should be 3 6 7 With all other data in the associated rows. Thanks -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
eliminate data entered to a worksheet that copies to another work. | Excel Worksheet Functions | |||
Merging data from an excel worksheet into an excel template | Excel Worksheet Functions | |||
Formatting a worksheet for data entry | Excel Worksheet Functions | |||
How do I automatically hide columns in a worksheet based on a cell value? | Excel Worksheet Functions | |||
Extending a Chart Data Series from an Array - Can it be done? | Charts and Charting in Excel |