Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Paw Paw is offline
external usenet poster
 
Posts: 1
Default build a formula that references other worksheets

In my budget worksheet I have a balance column and I need to subtract budget
amounts from other worksheets from my beginning balance. When I was using
QPRO my formula looked like this:
@Sum(C8,-@Sum(1090:F103,Applegate:F20,Armstrong:F20,Binning :F20))
C8 was my beginning budget and the rest (there were more that was listed in
my formula, but I did not want to waste space) were my other worksheet
balances. But I do not know how to write this formula in Excell I keep
getting error messages.
Thank you for any help...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default build a formula that references other worksheets

Try this:

=C8-SUM('1090'!F103,Applegate!F20,Armstrong!F20,Binnin g!F20)

You don't need @ signs.

Excel uses ! as the sheet name identifier. Sheet names that are numbers,
1090, or have spaces in them, Week 1, need to be enclosed in single quotes:
'1090' , 'Week 1'.

Biff

"Paw" wrote in message
...
In my budget worksheet I have a balance column and I need to subtract
budget
amounts from other worksheets from my beginning balance. When I was using
QPRO my formula looked like this:
@Sum(C8,-@Sum(1090:F103,Applegate:F20,Armstrong:F20,Binning :F20))
C8 was my beginning budget and the rest (there were more that was listed
in
my formula, but I did not want to waste space) were my other worksheet
balances. But I do not know how to write this formula in Excell I keep
getting error messages.
Thank you for any help...



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default build a formula that references other worksheets

The Excel equivalent to your formula would look like this:

=C8-1090!F103-Applegate!F20-Armstrong!F20-Binning!F20

The use of the SUM function is not necessary since you're only using single
cell references. Also, note that if any of your worksheet names contain
spaces, then you'll need to enclose the name in single quotes. For example:
'Apple Gate'!F20

And here's a suggestion that may help depending how your workbook is setup.

=C8-1090!F103-SUM('First Sheet:Last Sheet'!F20)

This will add the F20 cells of all sheets starting with 'First Sheet' and
ending with 'Last Sheet'.

HTH,
Elkar


"Paw" wrote:

In my budget worksheet I have a balance column and I need to subtract budget
amounts from other worksheets from my beginning balance. When I was using
QPRO my formula looked like this:
@Sum(C8,-@Sum(1090:F103,Applegate:F20,Armstrong:F20,Binning :F20))
C8 was my beginning budget and the rest (there were more that was listed in
my formula, but I did not want to waste space) were my other worksheet
balances. But I do not know how to write this formula in Excell I keep
getting error messages.
Thank you for any 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
Build excel formula using field values as text in the formula val kilbane Excel Worksheet Functions 2 April 18th 07 01:52 PM
Build Formula lynnc Excel Worksheet Functions 4 February 13th 06 11:24 PM
How can I build a pivot table from multiple worksheets which are . Richard Stephens Excel Discussion (Misc queries) 2 February 26th 05 10:04 PM
How would I build an "if" formula... CMS1W8 Excel Worksheet Functions 1 January 28th 05 03:21 PM
Trying to build a formula faberk Excel Worksheet Functions 5 January 10th 05 05:44 PM


All times are GMT +1. The time now is 06:00 PM.

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"