Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula help

Status
Not open for further replies.

BlurredVision

Technical User
Aug 6, 2001
326
GB
I'm looking for a way to accomplish the following

If question 1 is equal to No and question 2, 3, 4 are equal to yes, then 'true' else 'false'.

Here is want the data looks like

Table: ANS QUES
Row 1) No 1
Row 2) Yes 2
Row 3) Yes 3
Row 4) Yes 4

Thanks for any help given
 
Might want to use an array that reads the values into the array then displays true or false...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top