Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have 10 worksheets (all are formatted the same), and I want to take all of
the information out of the same column in each worksheet and combine all the information from that column into another worksheet. What would the formula be? Thanks, maura |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming you want to sum 10 values from cell B1 (one for each sheet)
=sum('Sheet2:Sheet11'!B1) copy as needed If your sheets are not named Sheet1, Sheet2, etc., then start the formula normally by typing =sum( then click on the leftmost tab, click in the cell you want to sum, hold the Shift key down and click on the last tab to sum, then press the Enter key "maura" wrote: I have 10 worksheets (all are formatted the same), and I want to take all of the information out of the same column in each worksheet and combine all the information from that column into another worksheet. What would the formula be? Thanks, maura |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry for not being clear. I do a lot more Access than Excel and I am trying
to help someone in my office. She has 10 worksheets to track Car Rentals. Each sheet is name for the last six of the car's VIN. In each sheet she is tracking her rental agreements by putting the rental agreement number in the D Column. We want to make sure that we aren't missing rental agreements so we want to combine all of the Column D's from each worksheet and then sort them to see if any of the rental agreements are missing. I can do this by copying and pasting, but I figure there's got to be a better way... Thanks, m. "Duke Carey" wrote: Assuming you want to sum 10 values from cell B1 (one for each sheet) =sum('Sheet2:Sheet11'!B1) copy as needed If your sheets are not named Sheet1, Sheet2, etc., then start the formula normally by typing =sum( then click on the leftmost tab, click in the cell you want to sum, hold the Shift key down and click on the last tab to sum, then press the Enter key "maura" wrote: I have 10 worksheets (all are formatted the same), and I want to take all of the information out of the same column in each worksheet and combine all the information from that column into another worksheet. What would the formula be? Thanks, maura |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Well, if you are more used to Access, help her convert her spreadsheet to
Access. What you are describing is much better done in a normalized database than in 6 seperate spreadsheets If that isn't a possiblility, you are most likely left with the copy/paste route "maura" wrote: Sorry for not being clear. I do a lot more Access than Excel and I am trying to help someone in my office. She has 10 worksheets to track Car Rentals. Each sheet is name for the last six of the car's VIN. In each sheet she is tracking her rental agreements by putting the rental agreement number in the D Column. We want to make sure that we aren't missing rental agreements so we want to combine all of the Column D's from each worksheet and then sort them to see if any of the rental agreements are missing. I can do this by copying and pasting, but I figure there's got to be a better way... Thanks, m. "Duke Carey" wrote: Assuming you want to sum 10 values from cell B1 (one for each sheet) =sum('Sheet2:Sheet11'!B1) copy as needed If your sheets are not named Sheet1, Sheet2, etc., then start the formula normally by typing =sum( then click on the leftmost tab, click in the cell you want to sum, hold the Shift key down and click on the last tab to sum, then press the Enter key "maura" wrote: I have 10 worksheets (all are formatted the same), and I want to take all of the information out of the same column in each worksheet and combine all the information from that column into another worksheet. What would the formula be? Thanks, maura |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row/Column Delete taking longer time | Excel Discussion (Misc queries) | |||
Sorting a Column and taking row information with it. | Excel Worksheet Functions | |||
taking two worksheets together | Excel Worksheet Functions | |||
Combining worksheets on a unique key column | Excel Worksheet Functions | |||
Taking Columns that are horizaontial into a vretical column | Excel Discussion (Misc queries) |