G
Guest
If you have a formula that pulls data from two worksheets
in the same workbook and try to sort the data, the sort
doesn't always work.
If this formula is on worksheet 2 (WK2) and links to
worksheet 1 (WK1), then the results are sorted on this
formula, it will fail. WK2!D1 is cell D1 on worksheet 2
and the rest is the formula for the cell. The formula is
then copied from D1 down through D10 then sorted.
WK2!D1=WK1!D1+WK2!C1
Make this change and it works fine sorting.
WK2!D1=WK1!D1+C1
Please explain why this doesn't work.
in the same workbook and try to sort the data, the sort
doesn't always work.
If this formula is on worksheet 2 (WK2) and links to
worksheet 1 (WK1), then the results are sorted on this
formula, it will fail. WK2!D1 is cell D1 on worksheet 2
and the rest is the formula for the cell. The formula is
then copied from D1 down through D10 then sorted.
WK2!D1=WK1!D1+WK2!C1
Make this change and it works fine sorting.
WK2!D1=WK1!D1+C1
Please explain why this doesn't work.