+ Reply to Thread
Results 1 to 3 of 3

finding non empty cellsl within a range

Hybrid View

  1. #1
    Registered User
    Join Date
    05-31-2013
    Location
    sapporo,japan
    MS-Off Ver
    Excel 2007
    Posts
    2

    finding non empty cellsl within a range

    Hi I would like to ask if someone can help me. Im trying to find the non empty cell values along my year column and also try to find out the corresponding year the value falls into.

    I have attached the excel sheet. I dont do macro by the way just excel formula.

    Thank you very much
    Attached Files Attached Files

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: finding non empty cellsl within a range

    Hi,

    This array formula (confirm with CTRL+SHIFT+ENTER, not just ENTER) in O2 and then copied to other relevant cells:

    =LARGE(IF($B2:$N2<>"",$B2:$N2),ROUNDUP(COLUMNS($A$1:A$1)/2,0))

    This (non-array) formula in P2 and copied to other relevant cells:

    =INDEX($B$1:$M$3,1,MATCH(O2,$B2:$M2,0))

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: finding non empty cellsl within a range

    What do you want the output to look like?
    CC


    If you feel really indebted please consider a donation to charity. My preferred charity is ActionAid but there are plenty of worthy alternatives.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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