I currently have an excel field using a formula and data validation. The formula is an IF statement that looks for any text from one cell(ie equipment part number) and then applies a VLOOKUP to find the name of the equipment. Based on the output of the VLOOKUP there is a data validation for a list to select either New or Used + Equipment type. All this is happening inside a table and I am having issues with the IF/VLOOKUP formula not auto-copying to a new row when new information is added. The data validation copies down to the new table row but not the formula. I am wanting to create a macro that applies to the entire Column that executes the formula function.
example of the formula
=IF(J2="","",VLOOKUP(J2,Parts!$A:$B,2,FALSE))
example of the formula
=IF(J2="","",VLOOKUP(J2,Parts!$A:$B,2,FALSE))