• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

simple formula to copy cells if another cell contains a Y

Hi Guys,

I've attached a simple sheet.

I want to copy the address from one column into another column, if a certain cell contains a "Y"

Looking forward to your solution

Regards

Brian
 

Attachments

  • address formula.xlsx
    8.4 KB · Views: 2
Hi!

=IF($E$2="Y",C3,"")

in cell D3 and then just copy paste cell D3 downwards until the end of the list

Best
Nuno
 
Back
Top