I would like to create a formula that looks at columns in one sheet and depending on the cell value copies the information to another sheet.
If the Technician column has a specific name (insert persons name) and the VAL column has 'Yes' or 'Blank' then move cell data from Technician column , VAL column and TKT # to another sheet.
=JOIN(COLLECT({IT Open Project and Program Tasks / Val}, "Yes" {IT Open Project and Program Tasks / Technician}, Developer1, {IT Open Project and Program Tasks / TKT#}, [ITCR #]@row))
I really have no idea how to make this worked so tried the above formula