+ Reply to Thread
Results 1 to 4 of 4

If Cells Equals "1" Return Specific Cell, If not Return Nothing

Hybrid View

  1. #1
    Registered User
    Join Date
    10-27-2012
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    49

    If Cells Equals "1" Return Specific Cell, If not Return Nothing

    Hi All,

    Quick Question for everybody. I am trying to figure out a formula, just as my title suggested, it would be for: If a Cell Equals "1" Return Specific Cell, If it does not equal 1 Return Nothing. I have also attached a document of ideally how it would look.

    Thanks in advance for any and all help!

    Excel Question.xlsx

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,940

    Re: If Cells Equals "1" Return Specific Cell, If not Return Nothing

    =IF(Cell=1,SpecificCell,"")

    You don't actually state in your post which cell may, or may not, equal 1 or which specific cell to return if it does...

  3. #3
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: If Cells Equals "1" Return Specific Cell, If not Return Nothing

    F2 = IF(C2 = 1, E2, C2)
    pull down

    Like that?

    That will create the table as per example, but it doesn't really match what you're saying in your post.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: If Cells Equals "1" Return Specific Cell, If not Return Nothing

    Try this in F2 and filled down.

    =IF(C2=1,E2,C2)

+ 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: 12
    Last Post: 06-12-2014, 02:11 PM
  2. Replies: 6
    Last Post: 03-14-2014, 05:18 AM
  3. Replies: 5
    Last Post: 01-23-2014, 11:02 AM
  4. Return Column Header for Cell Range that equals "1"
    By kibbles in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-11-2013, 11:10 AM
  5. if cell equals "value" then return that entire row to another worksheet
    By juliehight in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-26-2012, 03:36 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