![]() |
how can avoid considering of blank cells in IF function
I am using the following formulas:
=IF(H8=J8,"1","0")+IF(H10=J10,"1","0")+IF(H12=J12, "1","0") but is counting also the blank cells. I would like to compar the cells when there are numbers (including zero) inside (not blank). |
how can avoid considering of blank cells in IF function
=(COUNT(H8,J8)=2)*(H8=J8)+(COUNT(H10,J10)=2)*(H10= J10)+(COUNT(H12,J12)=2)*(H12=J12)
Lika wrote: I am using the following formulas: =IF(H8=J8,"1","0")+IF(H10=J10,"1","0")+IF(H12=J12, "1","0") but is counting also the blank cells. I would like to compar the cells when there are numbers (including zero) inside (not blank). |
All times are GMT +1. The time now is 11:48 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com