I have an excel worksheet where i need to pull data from a columns based on other columns. So if column Filename is SysInfoMgrServices.csv and column 7.4 J2 = "x" then i need the value in column variable name to be appended to a text document. See image. I would like it to loop through find all of the values in column B variable name if there is a corresponding value of "x" in column E 7.4 J2 and a corresponding value in column A SysInfoMgrServices.csv then insert into a text file. So if column 1 = SysInfoMgrServices.csv and column 2 = x bring back column 3 and insert into a text file. - Thanks
Tried recording macros but not confident in will loop through worksheet. Tried using filters.