Help with IF function...

  • Thread starter Thread starter JosephWood
  • Start date Start date
J

JosephWood

I need to create an IF function that compares column "C" of two
workbooks and if they are the same(contains the same information) then
copy the contents of cell "I" to the first workbook in cell "G". Can
anybody help me?



Joe
 
JosephWood said:
I need to create an IF function that compares column "C" of two
workbooks and if they are the same(contains the same information) then
copy the contents of cell "I" to the first workbook in cell "G". Can
anybody help me?

=IF(C1=[Book2]Sheet1!$C$1,IF(I1<>"",I1,""),"")

I assume that if cell I is blank, or if the column C values don't match, you
want blank in G?
 
Column "I" has either an e-mail address or a fax number. "G" has th
words fax# or e-mail in it.


Joe
 
Yes. I do want column "G" blank. I will try this formula in the morning
Thank you very much.


Joe




David said:
"JosephWood" <[email protected]
wrote
in messag
I need to create an IF function that compares column "C" of two
workbooks and if they are the same(contains the same information then
copy the contents of cell "I" to the first workbook in cell "G". Can
anybody help me?

=IF(C1=[Book2]Sheet1!$C$1,IF(I1<>"",I1,""),"")

I assume that if cell I is blank, or if the column C values don'
match, you
want blank in G?
 

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

Back
Top