+ Reply to Thread
Results 1 to 2 of 2

Creating a formula form text in different cells

Hybrid View

  1. #1
    Registered User
    Join Date
    09-30-2013
    Location
    Manchester
    MS-Off Ver
    Excel 2007
    Posts
    30

    Creating a formula form text in different cells

    Hi All

    I'm a bit stuck with what to do with this one, I have a formula which looks in a folder for a file and returns the cell I want from that folder and work book

    ='H:\NCHO\Call Centre\Call Centre Resourcing\Stats\[NHC_Telephony_Daily_2012-11-27.xls]NHC Daily'!$E$55

    as you can see I have a date in the middle, I want it to reference to a cell with a date in and return the information from that document with the change in date. So all I have to do is drag the formula down and it will return the info i want out of each report.

    I think it might be an add on that I need to download?

    Cheers

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Creating a formula form text in different cells

    Hi,

    Assuming the cell which contains the relevant workbook name is A1, something like:

    =INDIRECT("'H:\NCHO\Call Centre\Call Centre Resourcing\Stats\[NHC_Telephony_Daily_"&TEXT(A1,"yyyy-mm-dd")&".xls]NHC Daily'!$E$55")

    However, INDIRECT will not work on closed workbooks, so if that is a requirement you will indeed need to install an add-in, e.g. INDIRECT.EXT (see link below).

    http://www.excelforum.com/excel-form...-workbook.html

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

+ 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. Creating a form in Excel that auto generates a form number
    By nscaife in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-11-2013, 05:53 PM
  2. Replies: 5
    Last Post: 10-15-2012, 06:33 PM
  3. Creating a Survey-Style Form Using Radio Buttons in Cells
    By antiSocialWorker in forum Excel General
    Replies: 1
    Last Post: 04-20-2012, 03:52 PM
  4. [SOLVED] Creating a formula to remind me when a form is due
    By dayhab in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-16-2012, 02:16 PM
  5. Replies: 3
    Last Post: 02-24-2011, 01:48 AM

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