If it works for you, then it's OK.
You don't necessarily need the absolute references. If you remove the
dollar signs you can copy the formulae and they will adjust automatically.
=IF('TO PAY'!A2="","",'TO PAY'!A2)
The only place it might need to be absolute is the reference to cell B1 in
the original question.
Regards, have a good Christmas and New Year
Trevor
>If it works for you, then it's OK.
Oh, good. It's just that sometimes I'll do something and the syntax
is not quite right even though it works for that particular situation.
But then down the road, the flaws show up when it proves inadequate in
covering unforeseen circumstances. But if the syntax is not totally
cumbersome, then that's okay. Thanks.
>You don't necessarily need the absolute references. If you remove the
>dollar signs you can copy the formulae and they will adjust automatically.
Thanks. I had so much trouble with this one that I put them in.
Ordinarily I don't but it has proved safer for this worksheet <g>.
>=IF('TO PAY'!A2="","",'TO PAY'!A2)
>
>The only place it might need to be absolute is the reference to cell B1 in
>the original question.
>
>Regards, have a good Christmas and New Year
Thank you, likewise! :oD
>Trevor
>
[quoted text clipped - 28 lines]
>>
>> It seems to do the job. tx. :oD