+ Reply to Thread
Results 1 to 5 of 5

count cells down with a number in formula

  1. #1
    Forum Contributor
    Join Date
    03-18-2008
    Posts
    162

    count cells down with a number in formula

    Hi Guys,

    I have two tables, one table has some text the same as the other table. I am using a formula =MATCH(R5;$P$5:$P$500;0) to return me the value as to where the repeat is.

    So now I have numbers such as 7, 11, 14 where my text is matched.

    So now I need a formula to count down a number of cells to return the value of a cell. such as count 7 down in column s and return that value.

    Hope someone can help me.

    Thanks.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: count cells down with a number in formula

    Can you uplaod example..

    but I assume you need index...

    something like:

    =INDEX(A1:A42;MATCH(B5;$P$5:$P$500;0);1)

  3. #3
    Forum Contributor
    Join Date
    03-18-2008
    Posts
    162

    Re: count cells down with a number in formula

    Hi,

    I am attaching a small example.

    Thanks.
    Attached Files Attached Files

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: count cells down with a number in formula

    Writ this in H5 and extend down...
    =IF(G6="";"";INDEX($B$6:$B$16;G6;1))

    However, I think you running in cricle and calulating same values all over again...

  5. #5
    Forum Contributor
    Join Date
    03-18-2008
    Posts
    162

    Re: count cells down with a number in formula

    Thats fantastic. Thanks a lot for your help.

+ 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