A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Let's say the data in columns A and B are in A2:B100.
In D2:
=XLOOKUP(C2, $A$2:$A$100, $B$2:$B$100, "")
Fill down.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have two columns of numbers. column "a" is size and column "b" is temperature. I want to be able to enter a value in column "c" that corresponds to column "a" (size) and populate column "d" with associated value in column "b" (temperature). Any help would be much appreciated.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Let's say the data in columns A and B are in A2:B100.
In D2:
=XLOOKUP(C2, $A$2:$A$100, $B$2:$B$100, "")
Fill down.