+ Reply to Thread
Results 1 to 2 of 2

Find cell with first zero value in a row and show value in another row in same column

  1. #1
    Registered User
    Join Date
    04-30-2015
    Location
    new york, new york
    MS-Off Ver
    Office 2010
    Posts
    1

    Find cell with first zero value in a row and show value in another row in same column

    I have spreadsheet where I want to identify the Year in which a row of numbers first becomes zero. Example, say row #20 has numbers that decline in value and eventually become zero. That happens in column Z. Line #10 has a year associated with each column. In cell A2 (for example), I want to show the Year associated with column Z that appears in cell Z10. Any ideas? Thanks.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Find cell with first zero value in a row and show value in another row in same column

    Try something like this...

    Data Range
    A
    B
    C
    D
    E
    F
    G
    H
    I
    1
    2000
    2001
    2002
    2003
    2004
    2005
    2006
    2007
    2008
    2
    78
    66
    55
    50
    22
    17
    0
    0
    -19
    3
    4
    2006


    This formula entered in A4:

    =INDEX(A1:I1,MATCH(0,A2:I2,0))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. [SOLVED] One TextBox Show Column and the other show Cell address Solved by : ragulduy
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 03-26-2014, 05:17 AM
  2. Find a column by title even if its been moved and show contents on another sheet
    By KAPearson in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-26-2012, 06:10 PM
  3. [SOLVED] Find last cell used in column and show data in that cell
    By LaurenL in forum Excel General
    Replies: 8
    Last Post: 04-18-2012, 01:21 PM
  4. Find MIN location, show cell next to it
    By canonelan2 in forum Excel General
    Replies: 2
    Last Post: 09-23-2008, 01:00 PM
  5. Macro to Find any empty cell within a range and show result in another column
    By acsishere in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-25-2008, 11:32 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