+ Reply to Thread
Results 1 to 2 of 2

return value offset by cols and rows

  1. #1
    Registered User
    Join Date
    07-14-2010
    Location
    Hot Springs, AR
    MS-Off Ver
    2010
    Posts
    38

    return value offset by cols and rows

    I have data sheets that I download daily where location of desired data remains in same cells. 1000's of rows, 10 columns. I want to search Col C for certain text (occuring only once in that column). Then I want the figure that is located in G19 (4 cols right, 18 rows down).

    I've tried =SUMPRODUCT((C:C="RA")*(OFFSET(C:C,18,4)))
    =SUMIF($C$1:$C$3000,"RA",INDEX($C$1:$G$3000,18,MATCH(4,$C$1:$G$3000)))

    Neither work. Sample attached...
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: return value offset by cols and rows

    Try this:
    =INDEX(G:G, MATCH("RA", C:C, 0) +18, 0)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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