+ Reply to Thread
Results 1 to 4 of 4

Cell formula needing different outcome text

  1. #1
    Registered User
    Join Date
    05-05-2014
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    27

    Cell formula needing different outcome text

    Hi brainiacs,

    Not sure if my title was clear. From the sheet, the main columns to focus on are H and J.

    What I am trying to do:

    If cell H has a date in it, cell J says "Yes".
    If cell H has a "Yes" in it, cell J says "Yes".
    If cell H has "N/A" in it, cell J says "N/A".
    If cell H is blank, cell J says "No".

    I've tried playing around with the IF function, and the IS function, but so far I am having no luck and maybe I am using the wrong function.

    That's where I am hoping you super stars will be able to help.

    Thanks in advance for your support and feel free to ask any questions if more clarification is needed.

    Thanks all
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Cell formula needing different outcome text

    Try this in J2:

    =IF(OR(ISNUMBER(H2),H2="Yes"),"Yes",IF(H2="N/A","N/A",IF(H2="","No","")))

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    05-05-2014
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    27

    Re: Cell formula needing different outcome text

    Thank you Pete_UK

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Cell formula needing different outcome text

    You're welcome, and thanks for marking the thread as SOLVED.

    You might also like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. VBA/Formula for merged row with text wrap needing AutoRowHeight
    By georgiegal in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-16-2022, 02:00 PM
  2. Replies: 11
    Last Post: 09-12-2017, 02:33 PM
  3. Needing to enter a formula into a cell
    By Giffy3 in forum Excel General
    Replies: 9
    Last Post: 04-29-2016, 02:33 AM
  4. Copy outcome of a formula into a different cell
    By SRA in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-16-2013, 04:54 PM
  5. Replies: 1
    Last Post: 04-06-2013, 12:22 AM
  6. Inserting cell outcome into a text string
    By davidjmarsh in forum Excel General
    Replies: 3
    Last Post: 12-21-2011, 09:58 AM
  7. text colour change depending on outcome of formula
    By irons182 in forum Excel General
    Replies: 17
    Last Post: 07-07-2009, 10:33 AM

Tags for this Thread

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