+ Reply to Thread
Results 1 to 3 of 3

IF function?

  1. #1
    Registered User
    Join Date
    01-25-2015
    Location
    NYC
    MS-Off Ver
    2010
    Posts
    2

    IF function?

    I'm searching for a function that stipulates the following:

    If the value in A2=1, then enter the value in B2 in the cell of C2.
    If the value of A2=2, then enter the value in B2 in the cell of C2.
    Etc.

    So if I'm clicked in C2:
    IF(A2=1, "the value I want in B2","0")

    Any ideas? Thanks.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: IF function?

    Maybe this in C2

    =IF(OR(A2={1,2}),B2,"")
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    01-25-2015
    Location
    NYC
    MS-Off Ver
    2010
    Posts
    2

    Re: IF function?

    Thank you AlKey it worked!

+ 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. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  2. [SOLVED] IF Function referencing IsNumber, Match, Left function on separate sheets
    By Touch9713 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2013, 10:09 PM
  3. [SOLVED] Using Offset function as the array in the PercentRank function is giving wrong result
    By Bobneil in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-06-2013, 09:29 PM
  4. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  5. Replies: 2
    Last Post: 03-20-2009, 01:29 PM

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