+ Reply to Thread
Results 1 to 4 of 4

Simple IF Formula help required

  1. #1
    Registered User
    Join Date
    07-03-2014
    Location
    uk
    MS-Off Ver
    excel 2013
    Posts
    10

    Simple IF Formula help required

    Hi

    I think this should be easy but have been unable to crack it

    What im looking for is something like this;

    If the Value of A1 is <10, multiply A1 by 10
    If the Value of A1 is >10, multiply A1 by 2

    I will need to add more variables to this but will be able to figure that out once i'm shown the steps

    Thanks!

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Simple IF Formula help required

    What happens if A1 = 10?

    BSB

  3. #3
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Simple IF Formula help required

    This will multiply A1 by 10 if it's less than 10 or by 2 if it's greater than or equal to 10
    =A1*IF(A1<10,10,2)

    This will multiply A1 by 10 if it's less than or equal to 10 and by 2 if greater than 10
    =A1*IF(A1<=10,10,2)

    Any of those any good?

    BSB

  4. #4
    Registered User
    Join Date
    07-03-2014
    Location
    uk
    MS-Off Ver
    excel 2013
    Posts
    10

    Re: Simple IF Formula help required

    Thanks thats just what I was after!

+ 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. [SOLVED] Simple formula/script required: Delete the 2nd Word on each row
    By hateredblast in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-24-2017, 09:05 AM
  2. [SOLVED] Simple Conditional Formating Help Required - If Blank then Red Bold text required
    By thilag in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-19-2014, 12:23 PM
  3. simple Formula required !
    By boltoncalling in forum Excel General
    Replies: 6
    Last Post: 01-11-2012, 09:05 AM
  4. Simple Count formula required
    By mike_vr in forum Excel General
    Replies: 2
    Last Post: 01-23-2006, 11:35 AM
  5. simple validation formula required
    By archeti in forum Excel General
    Replies: 13
    Last Post: 10-27-2005, 06:05 AM
  6. Help required to run simple macro...
    By londonchick in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-22-2005, 03:05 PM
  7. Simple explanation of formula required pls
    By Swn-Y-Mor in forum Excel General
    Replies: 4
    Last Post: 01-14-2005, 08: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