a spreadsheet is better to load then a picture
Just add and IF to your formula
"=YourFormula"
as it is now
change to
=IF( M101<>"" , 0, YourFormula)
that assumes that the cell is blank and then a value is added
if you want to detect that the cell HAS changed vlaue - you will need VBA to do that , not my area, i'm afraid
Wayne
Just add and IF to your formula
"=YourFormula"
as it is now
change to
=IF( M101<>"" , 0, YourFormula)
that assumes that the cell is blank and then a value is added
if you want to detect that the cell HAS changed vlaue - you will need VBA to do that , not my area, i'm afraid
Wayne