Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am having problems solving a seemingly complex issue with circular referances. Name wgt % aaaa 100 0.25 bbbb 100 0.25 cccc 100 0.25 dddd 100 0.25 Total 400 The user inputs the weight and this works out the percent based of the total. Now say i want to add a new name called "eeee". But i want to specify the % and it works out the weight. I would have to refer the % to the toal weight which would change when it works out the actual weight creating a circular referance. Anyone got any ideas how to resolve this problem? -- kanuvas ------------------------------------------------------------------------ kanuvas's Profile: http://www.excelforum.com/member.php...o&userid=27911 View this thread: http://www.excelforum.com/showthread...hreadid=483073 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assuming the columns are A B C
in cell C1 enter formula =B1/Total copy that formula down the column now if you name the cell that has the total you can then use the word Total select the cell that has the total then open the window beside the = sign by the formula box and type in the word Total then enter now any time you write the word Total in a formula in the workbook it will reffer to that cell range |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() My approach to this kind of problem is to use Solver/Goal seek. Set up spreadsheet like you have, add the row, put a number in for wgt of eeee and the formula to calculate its wgt%, then run Solver, set target cell (wgt% eeee) to value of x%, by changing the appropriate wgt of eeee cell, and let Solver solve the problem. -- MrShorty ------------------------------------------------------------------------ MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181 View this thread: http://www.excelforum.com/showthread...hreadid=483073 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
problem with circular calcs | Excel Worksheet Functions | |||
Circular Referance | Excel Discussion (Misc queries) | |||
Problem with Circular Reference | Excel Discussion (Misc queries) | |||
Circular reference problem | Excel Discussion (Misc queries) | |||
Problem with IF function/circular/HELP! | Excel Worksheet Functions |