• 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.

All the values in a row where cell value not equal to zero

Hi Team,

Need a formula to get all the cell values which are not equal to zero in an range of cells.
A B C D E Required Result
Row1 0 1 0 1 1 Need Value as B,D,E
Row2 0 0 1 0 1 Need Value as C,E
Row3 1 0 0 1 0 Need Value as A,D
Row4 0 1 1 0 1
Need Value as B,C,E
 
I have revisit your thread and came up with the following:

Please see the attached:
 

Attachments

  • Cell Address Raghav.xlsx
    8.9 KB · Views: 4
Hi,

See the file, which uses UDF to get the required result.

Regards,
 

Attachments

  • Cell Address Raghav.xlsm
    15.9 KB · Views: 2
Back
Top