Hello all,
I'd like to take two groups of data on the same sheet and align the data row by row. Essentially sort smallest to largest of each Row A, then reconcile it row by row:
<tbody>
Part number
Quantity
Price
123
1
$1.99
234
2
$2.99
345
3
$3.99
456
4
$4.99
</tbody>
Then the...