+ Reply to Thread
Results 1 to 2 of 2

If then statements

  1. #1
    Registered User
    Join Date
    01-07-2005
    Posts
    1

    If then statements

    How can I use a If then statement to look at two or more cells in the function before returning a value.

    =if(c5="2" and d5="1",175,if(c5="1" and d5="2",225,l5/.9))

    I know this isnt right need help please

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    =if(and(c5=2,d5=1),175,if(and(c5=1,d5=2),225,L5/.9))

+ 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