Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default How do i create a cumulative worksheet

I have 13 excel worksheets in a workbook. Twelve of them contain various
account numbers and expiration dates, they have different number of columns
used. I want to create a cumulative sheet that gathers info from 2 columns
from each worksheet (vendor name and expire date), and I want the cumulative
sheet to update as new info is entered onto the 12 sheets. I selected a cell
on the cumulative sheet, went to the 1st vendor sheet to select the vendor
name column from cell 2 through 1000, to include future entries (?) and hit
enter. I get a 'value' error message.

Thanks to anyone who can help?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do i create a cumulative worksheet

Paula


Select second cell in vendor name column on cumulate sheet and type the = sign

Switch to vendor sheet cell and hit ENTER to get a formula like =Vendor1!B2

On cumulate sheet just copy that link down as far as you want.

You will see 0's if no data on vendor sheet.

Trap for that in the link formula.

=IF(Vendor1!B2="","",Vendor1!B2)


Gord Dibben MS Excel MVP


On Fri, 7 Mar 2008 05:13:01 -0800, Paula
wrote:

I have 13 excel worksheets in a workbook. Twelve of them contain various
account numbers and expiration dates, they have different number of columns
used. I want to create a cumulative sheet that gathers info from 2 columns
from each worksheet (vendor name and expire date), and I want the cumulative
sheet to update as new info is entered onto the 12 sheets. I selected a cell
on the cumulative sheet, went to the 1st vendor sheet to select the vendor
name column from cell 2 through 1000, to include future entries (?) and hit
enter. I get a 'value' error message.

Thanks to anyone who can help?


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
How do I create a more than cumulative frequency polygon ? yahoo Excel Discussion (Misc queries) 1 May 22nd 06 08:07 PM
How do I create a more than cumulative frequency polygon ? yahoo Excel Discussion (Misc queries) 0 May 20th 06 03:00 AM
Cumulative Average on a worksheet Daryl New Users to Excel 1 April 5th 06 12:12 AM
how do i create a cumulative frequencey graph using excel? Student in need of help!! Charts and Charting in Excel 2 January 24th 06 10:25 PM
How do you create a cumulative line graph? Ray Excel Discussion (Misc queries) 4 December 4th 05 11:11 PM


All times are GMT +1. The time now is 10:53 AM.

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"