Hi,
I want to do business card with Phone number and cell number.
I have the formula to stipulate that if there is no Phone number then choose Cell number as below.
=IIf(IsNull([PhoneNO]),"Cell: " & [Cell],[PhoneNo] & " Cell: " & [Cell])
My question is :
Is there a way that I can input a Mask to see the phone number as (222) 222-2222 vice 2222222222 when using an Iif ?
Tks.