+ Reply to Thread
Results 1 to 4 of 4

Is this possible

  1. #1
    Registered User
    Join Date
    02-23-2018
    Location
    Kent, England
    MS-Off Ver
    excel
    Posts
    1

    Is this possible

    Would the following formula be possible in one cell, using A5 as the cell with a figure in?
    IF A5>1, SUM A5*10%, AND IF A5<1, SUM A5*20%

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Is this possible

    Hi xgk and welcome to the forum,

    I think you are looking for something like:
    =IF(A5>1,A5*1.1,IF(A5<1,A5*1.2,"A5 = 1"))

    see the attached:
    Double If Formula.xlsx
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Valued Forum Contributor
    Join Date
    05-13-2010
    Location
    Belo Horizonte, Brazil
    MS-Off Ver
    Excel 2003; 2007
    Posts
    441

    Re: Is this possible

    xgk, Good evening.

    Try to use: =A5*(IF(A5>1,1.1,IF(A5<1,1.2,1)))

    Is that what you want?

    I hope it helps.
    ...If my answer helped you, Please, click on. * Add Reputation (at left)

    Best regards.
    Marc?lio Lob?o

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Is this possible

    Administrative Note:
    • We would love to continue to help you with your query, but first, before we can proceed…
    • Please see Forum Rule #1 about proper thread titles and adjust accordingly...
    HTH
    Regards, Jeff

+ 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