+ Reply to Thread
Results 1 to 4 of 4

Recalculate a Total

  1. #1
    Forum Contributor
    Join Date
    06-21-2010
    Location
    -
    MS-Off Ver
    Excel 2010
    Posts
    1,211

    Recalculate a Total

    I have a total figure in Column D, which needs to be allocated to Column C, based on the value in Column A (See Attached).

    If Column A shows 'Good', then a tenth of the total of Column D is entered in Column C, leaving the balance to be allocated to the remaining Columns
    e.g. A2 = Good, so 85.8 of the total goes in C2, leaving, 772.2 to be allocated to the remaining rows

    A3 = Bad, so nothing is allocted to C3, which still leaves 777.2 to to be allocated to the remaining rows

    A4 = Good, so a tenth of 777.2, namely 77.22 is given to cell C4, leaving a balance of 699.98 to be allocated to the remaining rows

    How can I write a formula which can be entered in C2 to be dragged down to calculate the new balance to be allocated to each row based on Column A

    Many thanks
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Recalculate a Total

    Perhaps in C2 and copy down?

    =IF(A2="Good",($D$21-SUM($C$1:C1))*10%,"")
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Contributor
    Join Date
    06-21-2010
    Location
    -
    MS-Off Ver
    Excel 2010
    Posts
    1,211

    Re: Recalculate a Total

    Fotis1991,

    That seems to do the trick, simple when you know how...

    Many thanks

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Recalculate a Total

    ...................

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1