Hello.. when i have values the below code works great. If i have no value it shows a zero though
=IF(ISERROR(INDEX($F$7:$AS$7,MATCH(AX148,$F$42:$AS$42,0))),AW143,INDEX($F$7:$AS$7,MATCH(AX147,$F$42: $AS$42,0)))
I've tried setting AW143 to ="No Data" and that worked for half my cells.. however the othe half still show 0..
Are there any other alternative methods of showing "No Data" if the value is = 0 ? instead of 0?
=IF(ISERROR(INDEX($F$7:$AS$7,MATCH(AX148,$F$42:$AS$42,0))),AW143,INDEX($F$7:$AS$7,MATCH(AX147,$F$42: $AS$42,0)))
I've tried setting AW143 to ="No Data" and that worked for half my cells.. however the othe half still show 0..
Are there any other alternative methods of showing "No Data" if the value is = 0 ? instead of 0?