A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Thank you for contacting Microsoft Community and we will be glad to assist you with your concern. As I understand, you want the data from column A-H in Sheet 1 to move to Sheet 2 and Column J data from Sheet 1 to Sheet 2.
You may either copy and paste the data to the respective sheets or you may use the formula given below:
· Go to Sheet2 in the excel workbook.
· In the column A1 copy and paste the formula =IF(ISBLANK(Sheet1!A1)," ",Sheet1!A1)
· To apply the formula to other columns place the cursor bottom right hand side corner of the cell and drag it to other cell.
· Go to Sheet3 in the excel workbook.
· In the column J1 copy and paste the formula =IF(ISBLANK(Sheet1!J1)," ",Sheet1!J1)
I hope the above suggestion helps. If you need further assistance reply and we will be happy to assist you.
Thank you.