+ Reply to Thread
Results 1 to 2 of 2

If formula - multiple conditions

  1. #1
    Registered User
    Join Date
    10-05-2012
    Location
    Manchester
    MS-Off Ver
    Excel 2007
    Posts
    1

    If formula - multiple conditions

    Hi Guys,

    This is probably a really basic formula to create, but I'm really struggling.

    I need a formula that will do the following:

    If Cell A1 = 1 then Cell B1 = 15
    If Cell A1 = 2C then Cell B1 = 20
    If Cell A1 = 2B then Cell B1 = 25
    If Cell A1 = 2A then Cell B1 = 30
    If Cell A1 = 3C then Cell B1 = 35

    This would continue up until 6B.

    I know that I need to use the if function, but I can't get past the first line! Is this relatively easy to solve?

    Thanks in advance

    John
    Last edited by Paul; 10-05-2012 at 03:16 PM. Reason: Poor title for thread - sorry!

  2. #2
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Mexico
    Posts
    200

    Re: If formula - multiple conditions

    Try: =LOOKUP(A1,{"A","B","C";15,20,25})
    http://www.techonthenet.com/excel/formulas/lookup.php
    Last edited by Paul; 10-05-2012 at 03:18 PM.

+ 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