Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 116
Default Need help with formula (IF or perhaps array)

We did a survey and put the responses in Excel (2003). Responses to questions
1-3 have a qualifier. In other words, the response either €œYes€ or €œNo€ is
based on a qualifier 1, 2, or 3. Heres a sample of our tabulation
spreadsheet:

A B C D E
1 Q1 Q2 Q3 Tab
2 Joe Yes,1 No,3 Yes,1 No
3 Bill Yes,2 Yes,3 Yes,1 Yes


The final tabulation is €œNo€ if €œNo,x€ is listed in any of the 3 columns.

I want to enter a formula in the Tab column that will look for €œNo€ in the 3
Q columns and if found in any will return €œNo€ and if not found in any will
return €œYes€.

Ive tried =IF(ISNUMBER(FIND(€œNo€,B2:D2))),€No€,€Ye s€) but it does not work.
It returns €œYes€ for all rows. Ive tried enclosing the formula in braces and
running as an array but that doesnt work either.

Thanks for your help.
Novice

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Need help with formula (IF or perhaps array)

=IF(ISERROR(FIND("No",B1&C1&D1)),"Yes","No")

--
Gary''s Student - gsnu200789
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 116
Default Need help with formula (IF or perhaps array)

Thank you so very much!!!

"Gary''s Student" wrote:

=IF(ISERROR(FIND("No",B1&C1&D1)),"Yes","No")

--
Gary''s Student - gsnu200789

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
meaning of : IF(Switch; Average(array A, array B); array A) DXAT Excel Worksheet Functions 1 October 24th 06 06:11 PM
Can this be done using an array formula ? borntorun75 Excel Worksheet Functions 4 May 4th 06 12:24 PM
Need Help With Array Formula rmeister Excel Discussion (Misc queries) 4 January 6th 06 03:06 PM
Array Formula - using LEFT("text",4) in formula Andrew L via OfficeKB.com Excel Worksheet Functions 2 August 1st 05 02:36 PM
Array Formula Doug at HAL Excel Worksheet Functions 3 December 21st 04 10:27 AM


All times are GMT +1. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"