+ Reply to Thread
Results 1 to 2 of 2

If it finds certain text, type

  1. #1
    Registered User
    Join Date
    11-26-2019
    Location
    Florida
    MS-Off Ver
    Professional Plus 2016
    Posts
    54

    If it finds certain text, type

    Hi everyone. I have two columns that I need formulas on. Columns D and E.
    If it finds "Yes" in column B, to show up on column D. If its blank to show up on column E.

    See the attached. Column D and E has what I need those cells to be.

    Thank you!!!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    12-01-2020
    Location
    singapore
    MS-Off Ver
    MS2016
    Posts
    35

    Re: If it finds certain text, type

    try
    D1
    =IF(B1="Yes",A1,"")

    E1
    =IF(B1="",A1,"")

+ 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. [SOLVED] finds certain text in a column and returns specified text into a cell
    By jcambell in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 07-30-2015, 03:35 PM
  2. Macro fails when VLOOKUP finds no entries for specific type
    By JaWindham in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-22-2014, 04:16 PM
  3. InStr function doesn't find specific text, but finds any text in column and runs code
    By mikey3580 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-27-2014, 03:50 AM
  4. [SOLVED] Make value negative if it finds certain text
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-03-2013, 10:14 PM
  5. [SOLVED] Equation That Finds Part of a Text
    By garrett.grillo in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-15-2013, 08:01 PM
  6. Replies: 0
    Last Post: 04-22-2013, 12:13 PM
  7. macro that finds text and keeps only part of it
    By john mcmichael in forum Excel General
    Replies: 5
    Last Post: 10-18-2005, 06:05 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