Forum Discussion

MNOP_'s avatar
MNOP_
Copper Contributor
Feb 05, 2022
Solved

Matching data in one column based on data in another column

I have a column of actual temperatures. I have another column of a range of temperatures and a further column with associated electrical load for each temperature in the range. What I require is for e...
  • Riny_van_Eekelen's avatar
    Feb 06, 2022

    MNOP_ Assuming the reference temperature -3 is in cell A2, try this:

    =VLOOKUP(C2,$A$2:$B$38,2,FALSE)

    or, of you are using Excel MS365 or 2021, try this:

    =XLOOKUP(C2:C38,A2:A38,B2:B38)

Resources