+ Reply to Thread
Results 1 to 5 of 5

If result of calculation is greater than x then multiply by y if less the multiply by z

  1. #1
    Registered User
    Join Date
    01-10-2014
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    9

    If result of calculation is greater than x then multiply by y if less the multiply by z

    Hi,
    This is my first time, so please be gentle

    I'm trying to input a formula, =SUM(F14)/($C$7)IF(>.05,*200,*100), but as you will see doesn't work, any help would be greatly appreciated, Thanks.

  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: If result of calculation is greater than x then multiply by y if less the multiply by

    Hi

    0.5,*200,*100 =10000 Corect?

    Then do you mean?

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    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 Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: If result of calculation is greater than x then multiply by y if less the multiply by

    Try:
    =F14/IF(C7>0.05,200,100)
    or
    =IF(F14/C7>0.05,F14/C7*200,F14/C7*100)
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  4. #4
    Registered User
    Join Date
    01-10-2014
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: If result of calculation is greater than x then multiply by y if less the multiply by

    Thanks Fotis for the prompt reply, I used the formula from RoberttMika and it works.

  5. #5
    Registered User
    Join Date
    01-10-2014
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: If result of calculation is greater than x then multiply by y if less the multiply by

    Hi Robert,

    Sorry if you get this twice, I replied to your response but it hasn't appeared in the thread and I want you to know that the solution you supplied works a treat, many, many thanks for your help on this and the prompt response. Cheers.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Lookup and Multiply Result
    By StephenSmith in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2013, 01:31 PM
  2. If criteria match, multiply then sum across multiply worksheets
    By ciayers in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-09-2013, 02:20 PM
  3. [SOLVED] Multiply, Divide and Then Multiply in a cell
    By Brownie2576 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-22-2012, 08:57 PM
  4. If 2 out of 3 cells are greater than 0, multiply sum by 1.5 OR
    By grahamenglish in forum Excel General
    Replies: 4
    Last Post: 06-13-2012, 01:20 PM
  5. calculation : multiply
    By yjmmay34 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-31-2010, 03:48 AM

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