Hey everyone in Column A I have some random numbers and in Column C I have The missing numbers From Column A. Ex: [TABLE="width: 500"]
<tbody>[TR]
[TD]2[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]#N/A[/TD]
[TD]1[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]14
[/TD]
[TD][/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]#N/A[/TD]
[TD]5[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD][/TD]
[TD]15[/TD]
[/TR]
</tbody>[/TABLE]
Using SMALL(IF(COUNTIF($A$1:$A$130,ROW($1:$130))=0,ROW($1:$130),""),ROW(A1)) IN COLUMN C1 and dragdown
What I need done in Column B is if anywhere column A=ISNA than B to pull the value in C using the above ex. B6=1 and B8=5. Also if the value of A3 goes from 4 to #N/A than column C does give me 1,4,57,8 etc using the formula above so therefore the value of B3=1, B6=4, and B8=5
I think this needs an if with index formula or vlookup but I don't know how to put it together. any help and/or ideas would be greatly appreciated
<tbody>[TR]
[TD]2[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]#N/A[/TD]
[TD]1[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]14
[/TD]
[TD][/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]#N/A[/TD]
[TD]5[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD][/TD]
[TD]15[/TD]
[/TR]
</tbody>[/TABLE]
Using SMALL(IF(COUNTIF($A$1:$A$130,ROW($1:$130))=0,ROW($1:$130),""),ROW(A1)) IN COLUMN C1 and dragdown
What I need done in Column B is if anywhere column A=ISNA than B to pull the value in C using the above ex. B6=1 and B8=5. Also if the value of A3 goes from 4 to #N/A than column C does give me 1,4,57,8 etc using the formula above so therefore the value of B3=1, B6=4, and B8=5
I think this needs an if with index formula or vlookup but I don't know how to put it together. any help and/or ideas would be greatly appreciated