Hello Community Members,
I have searched the forum for the answer to this conundrum, but cannot seem to find it. If you know the answer (or where I can find the answer) to the following scenario, then please post below.
Here is a simplified version of the excel spreadsheet that I am working with currently:
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]60[/TD]
[TD][/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]40[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]50[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]10[/TD]
[TD]60[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]11[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]70[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]35[/TD]
[TD]80[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
I would like to pull a value from "Column B" (or any column after ID) with a reference to the ID. As you can see, the ID numbers are on there multiple times, and sometimes the first corresponding variable cell in column B is blank. What type of formula can be created that will reference ID 1 (for example) and pull the first non-blank variable still attached to ID 1 (which would be "20" in this case). I do not want it to pull any variable not attached to the reference ID. For example, the first cell for ID 3 in column B is blank, but the next ID is 4 and thus the cell with "70" should not be pulled b/c it is not associated with ID 3.
Hopefully this makes sense. I can clarify if not. Any feedback/help would be appreciated! Thank you!
I have searched the forum for the answer to this conundrum, but cannot seem to find it. If you know the answer (or where I can find the answer) to the following scenario, then please post below.
Here is a simplified version of the excel spreadsheet that I am working with currently:
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]60[/TD]
[TD][/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]30[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]40[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]50[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]10[/TD]
[TD]60[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]11[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]70[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]35[/TD]
[TD]80[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
I would like to pull a value from "Column B" (or any column after ID) with a reference to the ID. As you can see, the ID numbers are on there multiple times, and sometimes the first corresponding variable cell in column B is blank. What type of formula can be created that will reference ID 1 (for example) and pull the first non-blank variable still attached to ID 1 (which would be "20" in this case). I do not want it to pull any variable not attached to the reference ID. For example, the first cell for ID 3 in column B is blank, but the next ID is 4 and thus the cell with "70" should not be pulled b/c it is not associated with ID 3.
Hopefully this makes sense. I can clarify if not. Any feedback/help would be appreciated! Thank you!