Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default producing a report via a keyword - filtering and macros not suitab

help needed please........ I am not a formula expert so bear with me please.
I know filtering is available but I am trying to save effort as data goes
into a seperate report.

Basically I have a skill matrix spread worksheet I need to extract data from
using a keyword search so:

the dbase sheet is designed as:

Col a Col B through to Col Z
Row 1 Skill title i.e. Excel
Row 2 Name Knowledge level between 1 to 5 i.e. 2

Note there is about 100 rows of names.

example therefore is:
Excel word
Colin 2 3
Sarah 1 5
Pete 0 3

What I need to do is on a seperate worksheet is from a drop down list i.e
a1, select a title (listing the titles from col b through to col z)

in b3 and c3 downwards, List the names and that persons knowledge value i.e.

Drop down selection is [excel]

return in the report is
Colin 2
Sarah 1

You notice Pete is not reported on.

Can anyone help please......

Cheers
UKMAN1

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default producing a report via a keyword - filtering and macros not suitab

Hi

Array Entered* in B3:

=INDEX(dbase!$A$2:$Z$100,SMALL(IF(OFFSET(
dbase!$A$2:$Z$100,,MATCH($A$1,dbase!$B$1:$Z$1,0),,
1)<0,ROW(dbase!$A$2:$Z$100)-CELL("ROW",
dbase!$A$2:$Z$100)+1),ROW()-ROW($B$3)+1),1)


Array Entered in C3:

=INDEX(dbase!$A$2:$Z$100,SMALL(IF(OFFSET(
dbase!$A$2:$Z$100,,MATCH($A$1,dbase!$B$1:$Z$1,0),,
1)<0,ROW(dbase!$A$2:$Z$100)-CELL("ROW",
dbase!$A$2:$Z$100)+1),ROW()-ROW($B$3)+1),
MATCH($A$1,dbase!$B$1:$Z$1,0)+1)


Copy B3:C3 down as far as required.

It is possible to do this without Array Entering, but the formulae become
twice as long...

In B3:

=INDEX(dbase!$A$2:$Z$100,SMALL(INDEX((OFFSET(dbase !$A$2:$Z$100,,MATCH($A$1,dbase!$B$1:$Z$1,0),,1)<0 )*(ROW(dbase!$A$2:$Z$100)-CELL("ROW",dbase!$A$2:$Z$100)+1),),COUNTIF(OFFSET( dbase!$A$2:$Z$100,,MATCH($A$1,dbase!$B$1:$Z$1,0),, 1),0)+COUNTIF(OFFSET(dbase!$A$2:$Z$100,,MATCH($A$1 ,dbase!$B$1:$Z$1,0),,1),"")+ROW()-ROW($B$3)+1),1)

in C3:

=INDEX(dbase!$A$2:$Z$100,SMALL(INDEX((OFFSET(
dbase!$A$2:$Z$100,,MATCH($A$1,dbase!$B$1:$Z$1,0),, 1)
<0)*(ROW(dbase!$A$2:$Z$100)-CELL("ROW",
dbase!$A$2:$Z$100)+1),),COUNTIF(OFFSET(
dbase!$A$2:$Z$100,,MATCH($A$1,dbase!$B$1:$Z$1,0),,
1),0)+COUNTIF(OFFSET(dbase!$A$2:$Z$100,,MATCH($A$1 ,
dbase!$B$1:$Z$1,0),,1),"")+ROW()-ROW($B$3)+1),
MATCH($A$1,dbase!$B$1:$Z$1,0)+1)


*After typing the formula use Ctrl+Shift+Enter instead of just Enter.

HTH
Steve D.


"UKMAN" .(donotspam) wrote in message
...
help needed please........ I am not a formula expert so bear with me
please.
I know filtering is available but I am trying to save effort as data goes
into a seperate report.

Basically I have a skill matrix spread worksheet I need to extract data
from
using a keyword search so:

the dbase sheet is designed as:

Col a Col B through to Col Z
Row 1 Skill title i.e. Excel
Row 2 Name Knowledge level between 1 to 5 i.e. 2

Note there is about 100 rows of names.

example therefore is:
Excel word
Colin 2 3
Sarah 1 5
Pete 0 3

What I need to do is on a seperate worksheet is from a drop down list i.e
a1, select a title (listing the titles from col b through to col z)

in b3 and c3 downwards, List the names and that persons knowledge value
i.e.

Drop down selection is [excel]

return in the report is
Colin 2
Sarah 1

You notice Pete is not reported on.

Can anyone help please......

Cheers
UKMAN1


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
filtering dates in a Pivot Table Report Filter jsmith Excel Discussion (Misc queries) 3 November 11th 09 03:27 AM
Filtering with keyword c_robertson Excel Discussion (Misc queries) 3 September 2nd 09 08:13 PM
PIVOT - Reference a cell outside the table for report filtering Tim Miller Excel Discussion (Misc queries) 2 February 12th 09 07:54 PM
Filtering an Excel Report Creds326 Excel Worksheet Functions 1 June 27th 08 08:23 PM
filtering and macros gerry405 Excel Discussion (Misc queries) 7 October 17th 05 02:30 PM


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

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"