Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am a little rusty with the creation of macros and hope someone might
be able to give me a hand. I have a sheet with 45 of so tabs of data and i need to roll the data into one summary sheet at the beginning of the workbook. For example, I have the account code "5010" that exists in column B in each of my sheets. then column L on the same row shows the number that i need for the summary. so in the summary sheet i know to type in =VLOOKUP(5010,'110'!B8:L37,9,FALSE) I also know how to manually compile these using the same formula over and over again, to complete the full workbook of data example: =VLOOKUP(5010,'110'!B8:L37,9,FALSE)+VLOOKUP(5010,' 210'!B8:L28,9,FALSE) +VLOOKUP(5010,'220'!B8:L37,9,FALSE) what i would like to be able to do, however, is the someway create a marco that would run through each sheet and get the 5010 value from all 45 sheets without having to manually add them together with a formula. Thoughts? Thank you Anne |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding up vlookup values in one column and in between them | Excel Discussion (Misc queries) | |||
adding up vlookup values in one column and in between them | Excel Worksheet Functions | |||
macro or function help needed for adding columns for values missin | Excel Discussion (Misc queries) | |||
Adding numerical values based on multiple values in another column | Excel Worksheet Functions | |||
Adding a Macro to a VLookup Function | Excel Discussion (Misc queries) |