texasduckhunter
New Member
- Joined
- Jul 21, 2019
- Messages
- 7
I'm unsure what formula I need to return an adjacent value to the min value from a set of columns...
My excel knowledge is very limited
I have data in cells BC20 to CJ20 and down to BC136 and over to CJ136
I have numbers in every other column and text in between
example:
BC20 has pricing
BD20 has lead time
BE20 has pricing
BF20 has lead time
and so on
I have a formula in CK20 to pull min value, im sure this is probably not the easiest way but its all I know [FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=MIN(BC20,BE20,BG20,BI20,BK20,BM20,BO20,BQ20,BS20,BU20,BW20,BY20,CA20,CC20,CE20,CG20,CI20)
In column CL i pull in the vendor information from the column titles
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=INDEX($BC$19:$CB$19,MATCH(CK20,BC20:CB20,))
Those seem to work great
But my issue is that i need the corresponding lead time to pull into CM from the Min value i have in CK
HELP PLEASE [/FONT]<strike>
</strike>[/FONT]
My excel knowledge is very limited
I have data in cells BC20 to CJ20 and down to BC136 and over to CJ136
I have numbers in every other column and text in between
example:
BC20 has pricing
BD20 has lead time
BE20 has pricing
BF20 has lead time
and so on
I have a formula in CK20 to pull min value, im sure this is probably not the easiest way but its all I know [FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=MIN(BC20,BE20,BG20,BI20,BK20,BM20,BO20,BQ20,BS20,BU20,BW20,BY20,CA20,CC20,CE20,CG20,CI20)
In column CL i pull in the vendor information from the column titles
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=INDEX($BC$19:$CB$19,MATCH(CK20,BC20:CB20,))
Those seem to work great
But my issue is that i need the corresponding lead time to pull into CM from the Min value i have in CK
HELP PLEASE [/FONT]<strike>
</strike>[/FONT]