Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
WB2 is a workbook that has projects listed in Column A. The
project identifier is actually the left(6) characters. WBwip is a pivot table that has those same projects listed in column A with total expenditure amount listed in Column (J). What I want is to match the project in WB2 with WBwip in Column A, then offset that found cell to Column (J), the expenditure column, and display the detail of that expenditure, which actually adds a sheet to WBwip. Then move that detail sheet to WB2. As an example WB2 identifies A7 = 06-013, the result 06-013 is used to match the project in WBwip. Once it finds the matching 06-013, it offsets to the total expenditure column and displays the detailed results of that expenditure and moves that detail sheet to WB2. Once it does that, it loops through the rest of projects in WB2 and does that until all projects have been added to WB2. The expected finished result is WB2 has the initial project sheet with additional detailed expenditure sheets for each project. Any help would be appreciated. TIA Greg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Urgent:Find match between two worksheets and copy to another sheet | Excel Worksheet Functions | |||
Lookup and match then return data from another sheet | Excel Worksheet Functions | |||
Find a Match in Multiple Places & Return Multiple Values | Excel Worksheet Functions | |||
Find closest match and return next highest number in range | Excel Discussion (Misc queries) | |||
Return alternate value if VLookup can't find match | Excel Worksheet Functions |