Formula between worksheet tabs

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

I have two tabs in a workbook. I have accounts in column A on worksheet 1
(editorial). I want to search the account column A on worksheet 2
(planning_nodes) and if the account matches account from worksheet 1, I want
it to bring back the data from column C in worksheet 2 (planning_nodes). I
tried using an If formula.

=IF(A2=planning_nodes!A:A,planning_nodes!C:C,"")

This formula is not working. Is there a better formula?

Thanks
 

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