Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default match two conditions to return value from pivot table

Pivot table setup with name in row field, week number in column value. Need
to lookup/match the week number then the name and return a 1 value from the
pivot table.

Is this possible?
example:

1 2
3
Sales 1000.00
3000.00
Cost of Sales 350.00 1000.00 200.00
Accounting fees 50.00 10.00 30.00
Advertising 20.00 30.00
15.00
Salaries 40.00
5.00



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 149
Default match two conditions to return value from pivot table

Shade13,

Your data didn't come through very well, but you should use the Excel help
files to read up on the following functions:
MATCH
INDEX
GETPIVOTDATA
VLOOKUP
HLOOKUP
LOOKUP

As a quick and dirty measure, you could use GETPIVOTDATA or do an
INDEX(reference (i.e. data inside the pivot table which excludes the name and
week), MATCH on the row, MATCH on the column).

Best,

Matthew Herbert

"Shade13" wrote:

Pivot table setup with name in row field, week number in column value. Need
to lookup/match the week number then the name and return a 1 value from the
pivot table.

Is this possible?
example:

1 2
3
Sales 1000.00
3000.00
Cost of Sales 350.00 1000.00 200.00
Accounting fees 50.00 10.00 30.00
Advertising 20.00 30.00
15.00
Salaries 40.00
5.00



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
Pivot table bottom ten filter with conditions Nicawette Excel Discussion (Misc queries) 2 February 5th 10 01:42 PM
Return value with 2 conditions (using Lookup/Match/Index) Venice Excel Discussion (Misc queries) 3 April 3rd 09 04:26 PM
return values in the table with multiple conditions cprao Excel Worksheet Functions 3 August 7th 08 04:18 PM
Pivot Table: Return Value From Same Row Sean Smart Excel Discussion (Misc queries) 5 March 19th 08 05:38 AM
need to return next match of table, only finding first match...HEL nwtf_vol[_2_] Excel Worksheet Functions 0 January 23rd 08 01:42 AM


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