Hi:
It depends how you organize your data. Does your Absorption value mapped to WL one by one? If so, the following example is a quick solution:
Supposed your data is organized like:

Then you can define a function like:
Function type: Origin C
Independent Variable: Absorption, WL
Dependent Variable: QE
Function Body:
QE = a + b * Absorption;
WL;
(Supposed the function is a simple linear model) Note that WL never used during fitting.
Then in NLSF dialog, assign datasets as follow to fit.
Column 1 -> WL
Column 2 -> Absorption
Column 3 -> QE
Thanks
Larry
OriginLab