Hello, I’m struggling with one problem. I have to make a template for printing from a custom made program. Data is filled in program and will be printed in MS Word. Each field in program has a custom made bookmark for MS Word template. Each bookmark can be used once in document. Result of that bookmark can be date or empty field. My problem is following: when the result is empty field I would like to change it with word “untill resignation”
I tried to make formula like this: i put my custom made bookmark in A1 cell and make this sintax in B1 (with Ctrl-F9):
{=IF((A1=”” “until resignation” {=A1}) } – i got the Sythax error, ”
then I tried
{if{=A1}=0 “until resignation” {=A1}} – still doesn’t work.
I kindly ask for your assistance.
D.