I'm working with a worksheet that has several columns (A - U) and I would like to change the data in column F using an "IF" statement. Example if the data in cell F1 equals 1 make it "Buy" if not make it "Sell". And copy this down as long as there is data. The macro that I have works if I have a large number of rows but if it's a small number of rows for some reason it is still copying the data down the entire column F. I would like the macro to be able to change with the data which is why I'm looking at how to have it copy my formula to the last row and copy and paste it over to F. fyi I'm using Column V to do my if statement and copying it over to F. Here is my macro. Any ideas?
Bookmarks