Hello,
I need some vba that will search sheet1 for specific text in col C, then insert value of 1 into that rows B column.
I tried the manual recording, but that would not step over to previous column. It defines the exact cell i clicked on.
example: search col C (header is description) for word "wood," then insert value 1 into col b (header is qty). this must continue on to find all matches like this. Most files will have 5-10 lines with wood, but it varies.
I need some vba that will search sheet1 for specific text in col C, then insert value of 1 into that rows B column.
I tried the manual recording, but that would not step over to previous column. It defines the exact cell i clicked on.
example: search col C (header is description) for word "wood," then insert value 1 into col b (header is qty). this must continue on to find all matches like this. Most files will have 5-10 lines with wood, but it varies.