ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Need help wit formula (https://www.excelbanter.com/excel-discussion-misc-queries/222766-need-help-wit-formula.html)

Maria Teresa

Need help wit formula
 
I need a formula that help me find a cell...example I am looking for people
in a worksheet (IN A LARGE RANGE) on a separate colum I have a list of
people that I need to find. EXAMPLE
a b c d
1 Marie Susan Luis Ann
2 Albert Jessi Carmen Linda

1 Ann ok
2 Ross no
3 Jessi ok
Thanks for your suggestions and help......
--
Teresa

Eduardo

Need help wit formula
 
Hi Maria,
I assume that you have the names in row 1 and 2 and the list start in A4 in
B4 enter

=IF((COUNTIF($A$1:$D$2,A74)0,"OK","NO")

"Maria Teresa" wrote:

I need a formula that help me find a cell...example I am looking for people
in a worksheet (IN A LARGE RANGE) on a separate colum I have a list of
people that I need to find. EXAMPLE
a b c d
1 Marie Susan Luis Ann
2 Albert Jessi Carmen Linda

1 Ann ok
2 Ross no
3 Jessi ok
Thanks for your suggestions and help......
--
Teresa


T. Valko

Need help wit formula
 
Let's assume your list of names to lookup is in the range G1:G3 -

G1 = Ann
G2 = Ross
G3 = Jessi

Enter this formula in H1 and copy down to H3:

=IF(COUNTIF(A$1:D$2,G1),"ok","no")


--
Biff
Microsoft Excel MVP


"Maria Teresa" wrote in message
...
I need a formula that help me find a cell...example I am looking for people
in a worksheet (IN A LARGE RANGE) on a separate colum I have a list of
people that I need to find. EXAMPLE
a b c d
1 Marie Susan Luis Ann
2 Albert Jessi Carmen Linda

1 Ann ok
2 Ross no
3 Jessi ok
Thanks for your suggestions and help......
--
Teresa




Eduardo

Need help wit formula
 
Opps,
change A74 by A4

"Eduardo" wrote:

Hi Maria,
I assume that you have the names in row 1 and 2 and the list start in A4 in
B4 enter

=IF((COUNTIF($A$1:$D$2,A74)0,"OK","NO")

"Maria Teresa" wrote:

I need a formula that help me find a cell...example I am looking for people
in a worksheet (IN A LARGE RANGE) on a separate colum I have a list of
people that I need to find. EXAMPLE
a b c d
1 Marie Susan Luis Ann
2 Albert Jessi Carmen Linda

1 Ann ok
2 Ross no
3 Jessi ok
Thanks for your suggestions and help......
--
Teresa



All times are GMT +1. The time now is 11:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com