Help!

Need urgent help with Excel formula

 
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Worksheet Functions RSS
Next:  Excel formula not able to work this out  
Author Message
zeeshanbutt
External


Since: Jul 28, 2012
Posts: 1



PostPosted: Sat Jul 28, 2012 10:00 pm    Post subject: Need urgent help with Excel formula
Archived from groups: microsoft>public>excel>worksheet>functions (more info?)


Hello All,

I want the following functionality in excel.

If in the entire column B if any of the following string is found get
the corresponding value of another cell in Column A.

String to search:

OK
NOT OK
BLOCKING
NOT TESTED

See the example at the following link:
http://www.flickr.com/photos/7714646@N07/7664399600/in/photostream

In this example the result found are displayed in Column E. So the
formula need to be put in column E. Notice that Each row in column E
should display the result from column A as soon as the string is found
in column B. What formula do I need to put in column E & where? Please
suggest.

Thanks,

Zee




--
zeeshanbutt
Back to top
plinius
External


Since: Jul 26, 2012
Posts: 5



PostPosted: Sun Jul 29, 2012 7:10 am    Post subject: Re: Need urgent help with Excel formula [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Il 29/07/2012 00:00, zeeshanbutt ha scritto:
> Hello All,
>
> I want the following functionality in excel.
>
> If in the entire column B if any of the following string is found get
> the corresponding value of another cell in Column A.
>
> String to search:
>
> OK
> NOT OK
> BLOCKING
> NOT TESTED
>
> See the example at the following link:
> http://www.flickr.com/photos/7714646@N07/7664399600/in/photostream
>
> In this example the result found are displayed in Column E. So the
> formula need to be put in column E. Notice that Each row in column E
> should display the result from column A as soon as the string is found
> in column B. What formula do I need to put in column E & where? Please
> suggest.
>
> Thanks,
>
> Zee
>
>
>
>


I2: OK
I3: NOT OK
I4: BLOCKING
I5: NOT TESTED

In E2 insert:
=INDIRECT("A"&SMALL(IF(ISNA(MATCH($B$2:$B$14,$I$2:$I$5,0)),"",ROW($B$2:$B$14)),ROW(A1)))
and copy down.

Hi,
E.
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Worksheet Functions All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum