Copying data from one Excel Worksheet to another using VLOOKUP -
i have vlookup table on 1 sheet , require 1 column copied onto sheet. currently, can data copied across rows copied on over condition.
=vlookup(all_data!a2,all_data!a2:e20001,5,false)
this formula have currently. works when drag down, copies of data. want drag down , copies of data based on condition. example, copy of email addresses in column b column contains value = ctp03. possible?
sheet 1 test data
ctp03 emailaddress ctp03 emailaddress ctp03 emailaddress ctp04 emailaddress
sheet 2 expected output
ctp03 emailaddress ctp03 emailaddress ctp03 emailaddress
the reason looking formula because data changes weekly copy , paste of data sheet 1 automatically populate sheet 2 of email addresses ctp03
Comments
Post a Comment