• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Big Formula "needed"

Felix

Member
I need a formula which could read consecutive cells, disregarding those =0 and using the first cell that is not equal to zero. LOL What a mess!!! Please help.
 

Attachments

  • Chandoo Project.xlsx
    12.5 KB · Views: 7
Felix,

The formula below will work with your present layout.
=INDEX($C$4:$I$4,,COUNTA($3:$3)-2)

Hope that helps.

Regards,
Ken
 
Thank you so much Somendra. You guys are awesome. This is exactly what I was looking for, and thanks for shortening my formula as well. This is a big project and I have learned little by little. From now on I won't go anywhere, but HERE!!!!
 
I must be doing something wrong because it is not working for me. What am I doing wrong?
 

Attachments

  • Chandoo Project2.xlsx
    11 KB · Views: 4
Hello Felix,

That is Array Formula. must be confirmed with CTRL+SHIFT+ENTER. Do not enter manually those braces. This will be automatically inserted when you press CTRL+SHIFT+ENTER.

Remove {} starting & ending in B9, then press CTRL+SHIFT+ENTER

If you are looking to return LAST NON ZERO value, then try this formula with just ENTER.

=1/LOOKUP(2,1/(C7:AG7))

 
Thank you very much Haseeb. All of you are awesome. I think maybe Somendra thought I knew the CTRL+SHIFT+ENTER.
 
Back
Top