Is there such a function ?

A

andreimir

I have a worksheet containing this:

A B C
1 Phone No. Name Comment
2
3
only a few persons having the comment cells non-void,

and another one containing more or less persons with no comments at
all.
Is there a function that could display in the second worksheet only the
non-void comment cells in the 1st worksheet for the same persons and
phone numbers ?

Thank you very much,
Andrei
 
B

Bob Phillips

Andre,

How about this

=IF(NOT(ISBLANK(VLOOKUP("Bob",Sheet1!$A$2:$C$14,3,FALSE))),VLOOKUP("Bob",She
et1!$A$1:$C$14,3,FALSE),"")

Change the value Bob to suit.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

andreimir said:
I have a worksheet containing this:

A B C
1 Phone No. Name Comment
2
3
only a few persons having the comment cells non-void,

and another one containing more or less persons with no comments at
all.
Is there a function that could display in the second worksheet only the
non-void comment cells in the 1st worksheet for the same persons and
phone numbers ?

Thank you very much,
Andrei
creating financial statements
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top