ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how do I move a cell based on a match of another cell in excel? (https://www.excelbanter.com/excel-worksheet-functions/140672-how-do-i-move-cell-based-match-another-cell-excel.html)

Cohutta

how do I move a cell based on a match of another cell in excel?
 
I have two lists of customer sales info and I want to line them up on a given
row based on customer number (columns A and E). I know about the vlookup
function, but I want to move, not copy the data. That way I can identify
those is the second group (column E) that did not have a match in the first
group (column A).

Bernie Deitrick

how do I move a cell based on a match of another cell in excel?
 
Insert a new column A, and in cell A2, enter the formula (and then copy down to match your list)

=IF(ISERROR(MATCH(B2,F:F,FALSE)),1000,ROW())

Then in a blank column beyond your "column E" list (which is now column F), enter this formula into
the cell in row 2 (and copy down to match your list):

=IF(ISERROR(MATCH(F2,B:B,FALSE)),1000,MATCH(F2,B:B ,FALSE))


Then copy / paste values for column A, and do the same for the second column of formulas. Then sort
your first list (and associated data) by column A Ascending, and the same for the second list / data
/ column of values from the formula above.

HTH,
Bernie
MS Excel MVP


"Cohutta" wrote in message
...
I have two lists of customer sales info and I want to line them up on a given
row based on customer number (columns A and E). I know about the vlookup
function, but I want to move, not copy the data. That way I can identify
those is the second group (column E) that did not have a match in the first
group (column A).





All times are GMT +1. The time now is 08:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com