Hi, I wonder whether someone may be able to help me please.
I'm using the folllowing formula to copy values from one sheet to another within the same workbook.
For info, rather than using cell references I'm using 'Named Ranges' which are:
AprDaysInMonth
ResourceSummaryNames
AprForecast
The formula works well except when cell A8 is blank where the result of the formula becomes zero.
Rather than displaying zero I'd like to display a blank cell, but I've been unable to get this to work.
I just wondered whether someone could possibly look at this please and offer some guidance on how I may be able to achieve this.
Many thanks and kind regards
Chris
I'm using the folllowing formula to copy values from one sheet to another within the same workbook.
=IF(ISNA(INDEX(AprDaysInMonth,MATCH($A8,ResourceSummaryNames,0))),0,INDEX(AprDaysInMonth,MATCH($A8,ResourceSummaryNames,0)))-IF(ISNA(INDEX(AprForecast,MATCH($A8,ResourceSummaryNames,0))),0,INDEX(AprForecast,MATCH($A8,ResourceSummaryNames,0)))
For info, rather than using cell references I'm using 'Named Ranges' which are:
AprDaysInMonth
ResourceSummaryNames
AprForecast
The formula works well except when cell A8 is blank where the result of the formula becomes zero.
Rather than displaying zero I'd like to display a blank cell, but I've been unable to get this to work.
I just wondered whether someone could possibly look at this please and offer some guidance on how I may be able to achieve this.
Many thanks and kind regards
Chris