+ Reply to Thread
Results 1 to 4 of 4

Macro Request for Copy cell value from Pivot to default template

  1. #1
    Registered User
    Join Date
    02-07-2012
    Location
    Chennai
    MS-Off Ver
    Excel 2007
    Posts
    54

    Macro Request for Copy cell value from Pivot to default template

    Hi All,

    I have lot of customer data information in sheet1, Sheet2 as Pivot for requested customer and its source from sheet1. I need to copy this pivot table data value to our chart template sheet3.

    Please find attached Excel sheet which we processed manually.

    Please review and help to automate this process in Excel.

    Thanks / Ganesh
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Macro Request for Copy cell value from Pivot to default template

    Please check whether the Sheet Names mentioned in your description is matching with your file?


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    02-07-2012
    Location
    Chennai
    MS-Off Ver
    Excel 2007
    Posts
    54

    Re: Macro Request for Copy cell value from Pivot to default template

    Hi Forum Guru,

    Sorry for the confusion,
    Here i referred description Sheet 1 = "DATA" Sheet 2 = "PIVOT" and Sheet 3 = "DATACORP1", "DATACORP2" and "DATACORP3"


    Please let me know if you have any clarifications.

    Thanks / Ganesh

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Macro Request for Copy cell value from Pivot to default template

    In Every A1 Cell of Sheet 3

    =SUBSTITUTE(UPPER(REPLACE(B1,1,FIND("]",B1),"")),"DATA","")

    In Every B1 Cell of Sheet 3

    =CELL("filename",$A$1)

    In B3 Cell

    =IF(A3="","",IFERROR(GETPIVOTDATA("Std Qty Shipped",PIVOT!$A$5,"Group Name",$A$1,"Prdt Category",$A3,"Fscl Week Num",B$2),0))

    Drag it down and right...

    Refer the attached file for details
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Macro Request Pivot Table Value Copy to Template Sheet
    By ganeshinscribe in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 01-10-2014, 04:15 AM
  2. Excel Macro Enabled Template - Saves as .XLSX by default
    By ddarko77 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-13-2013, 04:16 PM
  3. Request for monthly inventory template using macro
    By AdrianAlejo in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-30-2013, 10:47 PM
  4. Replies: 3
    Last Post: 05-15-2013, 11:34 PM
  5. how do you make a macro inside the default template
    By crash893 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-07-2008, 06:42 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1