Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 117
Default Referring to cells on a different worksheet

My workbook has two worksheets:
ALL BILLS
BY TYPE OF BILL

On the TYPE OF BILL worksheet, the values of cells
E8 = 320
E22 = 0
E36 = 0
E50 = 30

On the ALL BILLS tab, I've typed this formula:
=SUM('BY TYPE OF BILL'!E8+E22+E36+E50)

however, the result is 320 not 350.

What's wrong?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Referring to cells on a different worksheet

What your current formula syntax does is SUM(TYPE OF BILL!E8) plus E22, E36
and E50 of ALL BILLS sheet because you have not qualified E22, E36 and E50
with a sheet reference.

=SUM('BY TYPE OF BILL'!E8:E50) will return 350


Gord Dibben MS Excel MVP

On Mon, 9 Nov 2009 14:45:27 -0800 (PST), GARY
wrote:

My workbook has two worksheets:
ALL BILLS
BY TYPE OF BILL

On the TYPE OF BILL worksheet, the values of cells
E8 = 320
E22 = 0
E36 = 0
E50 = 30

On the ALL BILLS tab, I've typed this formula:
=SUM('BY TYPE OF BILL'!E8+E22+E36+E50)

however, the result is 320 not 350.

What's wrong?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default Referring to cells on a different worksheet

The best way to enter formulas is to get Excel to enter your cell addresses.
In your example, you would do the following:

1. Type: =
2. Navigate to the cells you want to sum (ie, click on the tab of the other
sheet, and highlight E8
3. Type: +
4. Navigate to the next cell
5. Etc.

You will see Excel create the formula in the formula bar.

Once you learn this feature, you will never type a cell address again.

Regards,
Fred

"GARY" wrote in message
...
My workbook has two worksheets:
ALL BILLS
BY TYPE OF BILL

On the TYPE OF BILL worksheet, the values of cells
E8 = 320
E22 = 0
E36 = 0
E50 = 30

On the ALL BILLS tab, I've typed this formula:
=SUM('BY TYPE OF BILL'!E8+E22+E36+E50)

however, the result is 320 not 350.

What's wrong?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 117
Default Referring to cells on a different worksheet

Thanks Fred.

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
referring to previous worksheet in workbook Freida Excel Worksheet Functions 9 September 29th 09 09:33 PM
formula referring to a worksheet Nicawette Excel Worksheet Functions 4 August 6th 09 09:54 AM
referring a worksheet lazmanyak Excel Worksheet Functions 1 July 23rd 05 02:55 PM
referring to other worksheet Geetu M Excel Worksheet Functions 2 March 29th 05 09:37 PM
Referring to Previous Worksheet - coding Denis Excel Worksheet Functions 7 December 10th 04 05:24 PM


All times are GMT +1. The time now is 12:55 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"