In excel cell - I want to get the Output value to be displayed instead of Ture or False (0/1) values. How to get this?
This is my formula
=IF($E119="Available",SUMIF($C$2:$C$200,$C119,$G$2:$G$200))
Expected value is 0.6 where as its returning 0 (true)
This is my formula
=IF($E119="Available",SUMIF($C$2:$C$200,$C119,$G$2:$G$200))
Expected value is 0.6 where as its returning 0 (true)