+ Reply to Thread
Results 1 to 3 of 3

Search...Return...give info based on the return address

  1. #1
    Registered User
    Join Date
    08-05-2012
    Location
    Rochester NY
    MS-Off Ver
    Excel 2003
    Posts
    7

    Search...Return...give info based on the return address

    ok so I have the beginning part taken care of, i have a string it searches and returns the cell that the string is located in, however now i need it to add up a string of numbers on the same row?
    hope that makes sense?

    My example..
    =ADDRESS(MATCH(Scheduled!B5,Sunday!$N$12:$N$40,0)+11,14)
    thats my search and match...now i need to add up numbers in the row that cell is on..

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

    Re: Search...Return...give info based on the return address

    Perhaps post a small sample sheet It looks like INDEX would be more appropriate

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,917

    Re: Search...Return...give info based on the return address

    if you simply want to append (concatenate) the numbers to the end of that string, just use the & sign

    =ADDRESS(MATCH(Scheduled!B5,Sunday!$N$12:$N$40,0)+11,14)&D5&F5 etc

    else, as suggested, perhaps a sample worksheet of what you want?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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