+ Reply to Thread
Results 1 to 6 of 6

Combining multiple IF THEN statements

Hybrid View

  1. #1
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Combining multiple IF THEN statements

    hi ktbb0312. do up a table somewhere say in H2:I2.
    0 0
    90 -1
    120 -2
    150 -3
    180 -4
    210 -5
    240 -6
    270 -7
    300 -8
    330 -9
    360 -10

    then simply:
    =LOOKUP(C3,$H$2:$H$12,$I$2:$I$12)*B3

    to avoid the table:
    =LOOKUP(C3,{0;90;120;150;180;210;240;270;300;330;360},{0;-1;-2;-3;-4;-5;-6;-7;-8;-9;-10})*B3

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  2. #2
    Registered User
    Join Date
    04-18-2013
    Location
    Collierville, Tennessee
    MS-Off Ver
    Excel 2010
    Posts
    27

    Re: Combining multiple IF THEN statements

    Awesome! Works perfectly! Thanks so much.

+ 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