+ Reply to Thread
Results 1 to 2 of 2

Help.... Nesting 2 IF Functions?

  1. #1
    Registered User
    Join Date
    01-22-2009
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2007
    Posts
    1

    Help.... Nesting 2 IF Functions?

    I'm trying to create a working formula for nesting 2 if functions with separate "true" outcomes and the same false outcome. Basically if A1 = 1 then A2 = 0.75 but if A1 = 2 then A2 = 3.

  2. #2
    Registered User
    Join Date
    12-15-2008
    Location
    Singapore
    Posts
    38
    =if(A1=1,0.75,if(A1=2,3,""))

+ 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