+ Reply to Thread
Results 1 to 2 of 2

formula that returns text

  1. #1
    Registered User
    Join Date
    04-10-2009
    Location
    Colorado
    MS-Off Ver
    Excel 2016
    Posts
    30

    formula that returns text

    Having trouble figuring out a formula that will return text in a cell.

    I have rotating (24 months) significant events based on the month.

    I want the formula to look at a set of cells to find "Jun-09" then, if it finds "Jun-09" I want it to return the statement "BD Q-Syte in lab confirmed" in an adjacent cell.

    As new data is entered for the new 24 months the significant event shifts with the date.

    I'm close but missing something probably pretty simple here. Can anyone help?

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Re: formula that returns text

    Hi,

    I'm assuming your dates are "actual" dates (01/06/2009) but custom formatted to "mm-yy". If so then if these are in column A you could use something like this in B1 copied downwards

    =IF(A1=DATE(2009,6,1),"BD Q-Syte in lab confirmed","")
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

+ 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