So i'm trying to auto-fill a row based on a column value. The row needs to be filled based on a column value X which was used in previous rows. So for example if I have columns ID, Contact and Company and filled the company cell out it would automatically look for a row that matches that company value and auto-fill the rest of the row. I've tried using some of the autofill functions and I tried a Vlookup sub for VBA but I have been unable to get the result I want.
Thanks