Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default pivot....urgent

hi
it's tricky to explain my problem
but i'll try
1) i am pupolating a sheet with a text file which contains(sheet1)
2) some catagories in numeric form
e g 1 for apple 2 for bannana etc
3) i have a these descriptions on another sheet(sheet2)
4) with sheet1 i create a pivottable which contains these catagories in
colunms
i want to use data on sheet2 as list to correctly display the descriptions
of those catagories.
how am i to acieve this?

--
hemu
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default pivot....urgent

On Sheet1, use a vlookup formula to return the text value for each
category, e.g.:
=VLOOKUP(A2,LookupTable,2,0)
where LookupTable is the table on Sheet2.

Include the column of text values in the source range for the pivot
table, and add the text field to the pivot table's row area.

Hemant_india wrote:
hi
it's tricky to explain my problem
but i'll try
1) i am pupolating a sheet with a text file which contains(sheet1)
2) some catagories in numeric form
e g 1 for apple 2 for bannana etc
3) i have a these descriptions on another sheet(sheet2)
4) with sheet1 i create a pivottable which contains these catagories in
colunms
i want to use data on sheet2 as list to correctly display the descriptions
of those catagories.
how am i to acieve this?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default pivot....urgent

create an adjacent column that uses the Vlookup worksheet formula.

If you want it to be dynamic as the user manipulates the pivot table
dropdowns, then you would have to write code to reapply the formulas although
I am not sure there is an event triggered when the pivot table selections are
made - so it might be delayed.

--
Regards,
Tom Ogilvy


"Hemant_india" wrote:

hi
it's tricky to explain my problem
but i'll try
1) i am pupolating a sheet with a text file which contains(sheet1)
2) some catagories in numeric form
e g 1 for apple 2 for bannana etc
3) i have a these descriptions on another sheet(sheet2)
4) with sheet1 i create a pivottable which contains these catagories in
colunms
i want to use data on sheet2 as list to correctly display the descriptions
of those catagories.
how am i to acieve this?

--
hemu

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default pivot....urgent

As Debra said, adding the Vlookup column to the source data for the Pivot
Tabel would solve the dynamic change problem without using an event macro.

--
Regards,
Tom Ogilvy


"Tom Ogilvy" wrote:

create an adjacent column that uses the Vlookup worksheet formula.

If you want it to be dynamic as the user manipulates the pivot table
dropdowns, then you would have to write code to reapply the formulas although
I am not sure there is an event triggered when the pivot table selections are
made - so it might be delayed.

--
Regards,
Tom Ogilvy


"Hemant_india" wrote:

hi
it's tricky to explain my problem
but i'll try
1) i am pupolating a sheet with a text file which contains(sheet1)
2) some catagories in numeric form
e g 1 for apple 2 for bannana etc
3) i have a these descriptions on another sheet(sheet2)
4) with sheet1 i create a pivottable which contains these catagories in
colunms
i want to use data on sheet2 as list to correctly display the descriptions
of those catagories.
how am i to acieve this?

--
hemu

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default pivot....urgent

ok debra, tom
i will try ur suggestions
thanks
--
hemu


"Debra Dalgleish" wrote:

On Sheet1, use a vlookup formula to return the text value for each
category, e.g.:
=VLOOKUP(A2,LookupTable,2,0)
where LookupTable is the table on Sheet2.

Include the column of text values in the source range for the pivot
table, and add the text field to the pivot table's row area.

Hemant_india wrote:
hi
it's tricky to explain my problem
but i'll try
1) i am pupolating a sheet with a text file which contains(sheet1)
2) some catagories in numeric form
e g 1 for apple 2 for bannana etc
3) i have a these descriptions on another sheet(sheet2)
4) with sheet1 i create a pivottable which contains these catagories in
colunms
i want to use data on sheet2 as list to correctly display the descriptions
of those catagories.
how am i to acieve this?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


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
Urgent help on Pivot Tables Gor_yee Excel Discussion (Misc queries) 0 July 17th 07 01:36 PM
URGENT PLEASE! Filtering a Pivot Table further hile trotman Excel Worksheet Functions 4 February 1st 07 04:32 PM
URGENT! How to read value in pivot table stoppal Excel Programming 11 December 19th 06 05:18 PM
pivot table error.Please help! very urgent anu_manu Excel Discussion (Misc queries) 0 February 13th 06 08:34 PM
urgent-pivot table monika Excel Programming 7 July 25th 04 01:00 PM


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