+ Reply to Thread
Results 1 to 2 of 2

how to calculate if one cell amount differ & other cell amount fixed

  1. #1
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    how to calculate if one cell amount differ & other cell amount fixed

    Hellow friends

    Using excel 2003
    I required if in particular cell amount is differ & other cell amount fixed. Then how to calculate in another cell. The data are as given below :

    If in column T2=1 then calculate 10% on total amount.
    If in column T2=2 then calculate 20% on total amount.
    If in column T2=3 then calculate 30% on total amount.
    If in column T2=4 then calculate 40% on total amount.

    Total amount in column X2 suppose : 100.00

    I required formula in column Y
    If in column T2=1 then calculate 10% on total amount 100.00 : - Result will be show as 90.00
    If in column T2=2 then calculate 20% on total amount 100.00 : - Result will be show as 80.00
    If in column T2=3 then calculate 30% on total amount 100.00 : - Result will be show as 70.00
    If in column T2=4 then calculate 40% on total amount 100.00 : - Result will be show as 60.00
    Last edited by avk; 03-03-2010 at 08:55 AM. Reason: solved

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: how to calculate if one cell amount differ & other cell amount fixed

    Perhaps simply:

    Y2: =X2*(1-10%*T2)

+ 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