S
searcher
I have a group of cells that are mostly 0. I want to display a list of the
cells that aren't 0. I was able to use this formula for the first cell:
=IF(B114>0,B114,IF(B115>0,B115,IF(B116>0,B116,IF(B117>0,B117,IF(B118>0,B118,IF(B119>0,B119,IF(B120>0,B120,IF(B121>0,B121,0))))))))
I can't figure out how to make the second and third row work.
Any help is greatly appreciated!
cells that aren't 0. I was able to use this formula for the first cell:
=IF(B114>0,B114,IF(B115>0,B115,IF(B116>0,B116,IF(B117>0,B117,IF(B118>0,B118,IF(B119>0,B119,IF(B120>0,B120,IF(B121>0,B121,0))))))))
I can't figure out how to make the second and third row work.
Any help is greatly appreciated!