+ Reply to Thread
Results 1 to 6 of 6

combine TEXT function with INDEX function

  1. #1
    Registered User
    Join Date
    02-11-2015
    Location
    Ohio, usa
    MS-Off Ver
    2010
    Posts
    7

    combine TEXT function with INDEX function

    Hi,
    I wish to link data from one sheet to one cell on another sheet, and also have the data read across from data that was entered down.

    all is working fine, except that i would like the data that is a date to read as a date, not numbers. I cant figure out where to enter TEXT in my formula string.

    &" "&(INDEX(entry!$H$3:$H$1000,COLUMNS($H$3:H3)))

    this is a portion of the formula. but this is linking the date data column. so column H is all dates. I'd like it to read as a date on the second sheet.

    thanks!
    Attached Files Attached Files
    Last edited by kmbondra; 06-12-2015 at 01:42 PM.

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: combine TEXT function with INDEX function

    please attach sample excel file for better understanding of your requirements
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,453

    Re: combine TEXT function with INDEX function

    Perhaps TEXT(INDEX(entry!$H$3:$H$1000,COLUMNS($H$3:H3))),"mm/dd/yyyy") to return as date format ?

  4. #4
    Registered User
    Join Date
    02-11-2015
    Location
    Ohio, usa
    MS-Off Ver
    2010
    Posts
    7

    Re: combine TEXT function with INDEX function

    HI Pepe, thanks for the suggestion, i couldn't get it to work tho

    See origninal post, i have attached the file.
    on the second tab, cell c3 contains the formula, and i plan to drag it across the other 2 cells on that row, to correspond with the data on tab 1.

  5. #5
    Registered User
    Join Date
    02-11-2015
    Location
    Ohio, usa
    MS-Off Ver
    2010
    Posts
    7
    Quote Originally Posted by Pepe Le Mokko View Post
    Perhaps TEXT(INDEX(entry!$H$3:$H$1000,COLUMNS($H$3:H3))),"mm/dd/yyyy") to return as date format ?
    Hi Pepe
    After careful studying of your formula, I removed one parenthesis and it worked perfect! :D
    Thanks
    TEXT(INDEX(entry!$H$3:$H$1000,COLUMNS($H$3:H3)),"mm/dd/yyyy")

  6. #6
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,453

    Re: combine TEXT function with INDEX function

    Ooops sorry for the typo

+ 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. Combine max function today() and index....
    By sakistzitzis in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-27-2014, 02:30 PM
  2. Combine INDEX with INDIRECT + MATCH FUNCTION
    By LemonOrange in forum Excel General
    Replies: 20
    Last Post: 03-26-2014, 04:52 PM
  3. Creating a VBA function to combine INDEX and MATCH
    By cookie365 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 08-30-2011, 09:51 AM
  4. Combine Text & A Logic Function
    By jmaitri in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-15-2008, 06:41 PM
  5. [SOLVED] How can I combine text and a function in a single cell
    By slot guy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-19-2005, 01:06 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