+ Reply to Thread
Results 1 to 5 of 5

First cell on row to read text to return date value

  1. #1
    Registered User
    Join Date
    04-24-2022
    Location
    Australia
    MS-Off Ver
    16.6
    Posts
    2

    First cell on row to read text to return date value

    Hi all,

    Excel newbie needing help!

    I want to be able to read the row value G4:T4 and only when the first cell reads Surplus to input the relevant date from Row 3 into F4. eg - David Smith surplus start is J4 but the value in J3 should be input to F4

    Cheers!
    Attached Images Attached Images
    Last edited by DanniB33; 04-25-2022 at 12:55 AM.

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,831

    Re: First cell on row to read text to return date value

    Please read the yellow banner at the top of the page. Attach a sample sheet so we don't have to re-create your data.

  3. #3
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,831

    Re: First cell on row to read text to return date value

    But it could be something like this, but this formula was not entered into Excel so may have some formatting issues.

    =index(G3:T3,match("Surplus",G4:T4,0))

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: First cell on row to read text to return date value

    without really seeing your workbook, just the snapshot, it looks like this should work for you...
    =INDEX($E$3:$N$3,MATCH("surplus",G4:T4,0))
    wherever you put the formula, just drag down to fill in for each person.

    edited to correct range
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  5. #5
    Registered User
    Join Date
    04-24-2022
    Location
    Australia
    MS-Off Ver
    16.6
    Posts
    2

    Re: First cell on row to read text to return date value

    Agh! My apologies - first time poster error. I will post a workbook in future.

    The above formulas have worked beautifully - thank you both.

+ 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: 4
    Last Post: 09-07-2021, 11:57 AM
  2. Replies: 1
    Last Post: 08-08-2019, 11:36 PM
  3. SUMIFS for date range (read from a cell) and text criteria not working
    By meny_ in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-03-2019, 06:23 AM
  4. [SOLVED] Convert text date in to a date format excel can read
    By BC TIPPING in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 12-03-2017, 02:49 AM
  5. Formula for return date/time from text in cell.
    By LuckoftheLefty in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-26-2014, 03:47 AM
  6. Find last cell containing text in row then return date from above cell
    By tom.mat.walker in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-22-2014, 10:32 AM
  7. read non specified text to return numerical value
    By redneck joe in forum Excel General
    Replies: 10
    Last Post: 11-08-2006, 08:59 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