+ Reply to Thread
Results 1 to 3 of 3

More INDIRECT questions

  1. #1
    Registered User
    Join Date
    03-16-2005
    Posts
    7

    More INDIRECT questions

    So I have this function that is working wonderfully
    Please Login or Register  to view this content.
    But now I need to change the worksheets so that the "Detail" worksheets are named "Raw Data"

    And

    Where I was looking for 2118 in column C I now need to find 2118 in a string of data in Column A that looks like this (always in the 3rd position)

    20050401;18463213;2118;X;X;X;0


    How should I modify my function?

    Thanks,
    Greg

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try...

    =SUMPRODUCT(COUNTIF(INDIRECT("'04"&TEXT(ROW(INDIRECT("1:30")),"00")&" Raw Data'!A:A"),"*2118*"))

    Hope this helps!

  3. #3
    Registered User
    Join Date
    03-16-2005
    Posts
    7
    That did it!

    Thanks,
    Greg

+ 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