Hi,
I have a broad range of data of 600 columns and 2360 rows and I'd need to calculate the remainder of two values from different sheets (to third sheet). I know the row number for every column but the problem is that every column has a unique row number so it would take much time to manually change the right row number to the formula. Would it be possible that excel looks up the right row number for the formula. And is it possible without VBA-coding.
Example: First column (D)
Row number 2032
Calculation:
=Sheet1!D2032-Sheet2!D2032
Second column (E)
Row number 1903
Calculation:
=Sheet1!E1903-Sheet2!E1903
Third column (F)
Row number 1772
Calculation:
=Sheet1!F1772-Sheet2!F1772
I have a broad range of data of 600 columns and 2360 rows and I'd need to calculate the remainder of two values from different sheets (to third sheet). I know the row number for every column but the problem is that every column has a unique row number so it would take much time to manually change the right row number to the formula. Would it be possible that excel looks up the right row number for the formula. And is it possible without VBA-coding.
Example: First column (D)
Row number 2032
Calculation:
=Sheet1!D2032-Sheet2!D2032
Second column (E)
Row number 1903
Calculation:
=Sheet1!E1903-Sheet2!E1903
Third column (F)
Row number 1772
Calculation:
=Sheet1!F1772-Sheet2!F1772