Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Autosum of various cells

Hi

I have the following cells

D1 = GRAND TOTAL (including E1, F1 and G1 amounts)
E1 = 10% of D1
F1 = 7% of D1
G1 = 5% of D1

When I put a figure into D1 I want to autopopulate E1, F1 and G1, but at the
moment it is doing the percentages on top of the total in D1. These
percentages help make up the D1 total. Can anyone help
--
Dorsie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Autosum of various cells

You can't do it that way. You will have what's called a circular reference.
You need to use another cell.

Enter your value in D1. Then calculate the percentages in E1:G1. Then use
another cell, say, H1 to calculate the grand total.

--
Biff
Microsoft Excel MVP


"Dors1309" wrote in message
...
Hi

I have the following cells

D1 = GRAND TOTAL (including E1, F1 and G1 amounts)
E1 = 10% of D1
F1 = 7% of D1
G1 = 5% of D1

When I put a figure into D1 I want to autopopulate E1, F1 and G1, but at
the
moment it is doing the percentages on top of the total in D1. These
percentages help make up the D1 total. Can anyone help
--
Dorsie



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default Autosum of various cells

You state D1 includes E1, F1, and G1. What else does it include? Say, for
example, you are trying to have D1 be =SUM(A1:C1) + E1+F1+G1, you could set
up the following formula in cells D1 through G1
E1: =SUM(A1:C1)*.1
F1: =SUM(A1:C1)*.07
G1: =SUM(A1:C1)*.05
D1: =SUM(A1:C1,E1:G1)
--
John C


"Dors1309" wrote:

Hi

I have the following cells

D1 = GRAND TOTAL (including E1, F1 and G1 amounts)
E1 = 10% of D1
F1 = 7% of D1
G1 = 5% of D1

When I put a figure into D1 I want to autopopulate E1, F1 and G1, but at the
moment it is doing the percentages on top of the total in D1. These
percentages help make up the D1 total. Can anyone help
--
Dorsie

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
Bizarre Excel 03 Problem - autosum not updating when cells are cha Angela Excel Worksheet Functions 2 June 30th 07 01:48 AM
How can I autosum only visible cells? EFM pauls Excel Discussion (Misc queries) 3 October 3rd 06 02:05 PM
Autosum returns an incorrect zero value on the selected cells trying hard Excel Worksheet Functions 4 August 25th 05 11:06 AM
I cannot extend cells using Shift+arrow keys; I cannot Autosum KangaFrank Excel Worksheet Functions 2 March 8th 05 03:30 AM
How do I "turn off" cells so they are not included in autosum pjs1121 Excel Worksheet Functions 3 December 3rd 04 10:36 PM


All times are GMT +1. The time now is 02:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"