I have two sheets in one workbook. DataEntry and DataSheet.
One of my teams input data in rows on the DataSheet using column C as the account number, then column D as customer name.
My other team goes into the workbook and will use the DataEntry sheet to search for data by account number in cell F10. I have the information pulled over from the DataSheet by a simple VLOOKUP. I then have two additional cells that need updated back to the DataSheet on the same row that VLOOKUP pulled over from. Copy cell H13 and I13 into DataSheet columns K and L. I have not had any luck and searched all over. Anyone have any idea how this can be done? Not even sure where to start wit the VBA.
One of my teams input data in rows on the DataSheet using column C as the account number, then column D as customer name.
My other team goes into the workbook and will use the DataEntry sheet to search for data by account number in cell F10. I have the information pulled over from the DataSheet by a simple VLOOKUP. I then have two additional cells that need updated back to the DataSheet on the same row that VLOOKUP pulled over from. Copy cell H13 and I13 into DataSheet columns K and L. I have not had any luck and searched all over. Anyone have any idea how this can be done? Not even sure where to start wit the VBA.