S
scott_hanebutt
I have created a custom formula for number19. Basicly I am wanting to show
the difference between two date fields. My problem is that one of the other
date fields (Finsh1) is sometimes "NA". This causes "#ERROR" to display in
the Number19 field for that task. I need the tasks to instead be blank or if
that is not possible I need it to show "NA" instead. I do not want to use
VBA for this since I want the field to autocalculate. I think it may be
possible to accomplish this by changing the font to white but I would prefer
not to use that method if I can avoid it.
My formula is:
IIf([Finish1]="NA",0,[Finish1]-[Finish3])
Thanks,
Scott Hanebutt
the difference between two date fields. My problem is that one of the other
date fields (Finsh1) is sometimes "NA". This causes "#ERROR" to display in
the Number19 field for that task. I need the tasks to instead be blank or if
that is not possible I need it to show "NA" instead. I do not want to use
VBA for this since I want the field to autocalculate. I think it may be
possible to accomplish this by changing the font to white but I would prefer
not to use that method if I can avoid it.
My formula is:
IIf([Finish1]="NA",0,[Finish1]-[Finish3])
Thanks,
Scott Hanebutt