View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] rrstudio2@icqmail.com[_2_] is offline
external usenet poster
 
Posts: 29
Default Testing Range to see if value in another Range

Looking for a way to do something like
{=if( or(a1:d1=$h$1:$j$1),"ok","help")}

Basically in cells a1 thru d1 I have

red blue orange yellow and I want to see if the color pink, purple or
yellow is in that range so in cells h1 thru j1 I have
pink purple yellow

I tried entering it as an array formula (shift enter) but the formula
result is #N/A

Any ideas?

Thanks,
Andrew V. Romero