Formula

P

Phil Parker

Does any one know how to write formula where if cell 1 is the same as
cell 2 then the value of cell 3 is entered in to cell 4
 
B

Bondi

Phil said:
Does any one know how to write formula where if cell 1 is the same as
cell 2 then the value of cell 3 is entered in to cell 4

Hi Phil,
For that to happen you would have to put something like this in cell 4:

=IF(A1=B1,C1,"What Ever When A1<>B1")

Regards,
Bondi
 

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