link two custom filed together

M

Majid

Hello Dear:
I am looking for a formula to help me out for the following senerio
I have two custom fields: "Flag 4" and "Text 17"
I want to say yes on Flag 4 when threr is any text on text 17 field other
than D-M
Please advice
 
M

Majid

Thanks John. It works!!
your help is really appreciated
Have a nice day

John said:
Majid said:
Hello Dear:
I am looking for a formula to help me out for the following senerio
I have two custom fields: "Flag 4" and "Text 17"
I want to say yes on Flag 4 when threr is any text on text 17 field other
than D-M
Please advice

Majid,
Put this formula in Flag4:
IIf([Text17]<>"D-M" And [Text17]<>"","yes","no")

Hope this helps.
John
Project MVP
 
J

John

Majid said:
Hello Dear:
I am looking for a formula to help me out for the following senerio
I have two custom fields: "Flag 4" and "Text 17"
I want to say yes on Flag 4 when threr is any text on text 17 field other
than D-M
Please advice

Majid,
Put this formula in Flag4:
IIf([Text17]<>"D-M" And [Text17]<>"","yes","no")

Hope this helps.
John
Project MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top