olivergs1982
New Member
- Joined
- Jun 29, 2018
- Messages
- 9
I have a pretty log winded spreadsheet that's over complicated but other than this vlookup, it works so please, any assistance would be greatly appreciated.
My formula is =VLOOKUP(A4,Names!$A$9:$F$300,5)
A4 contains number 1
My list "Names" looks something like this [TABLE="width: 315"]
<tbody>[TR]
[TD="align: right"]1[/TD]
[TD="align: right"]10449[/TD]
[TD]
Blogs, Joe[/TD]
[TD]0004C[/TD]
[TD]0004[/TD]
[/TR]
</tbody>[/TABLE]
The column index number result is 0013 and I need the vlookup to retain the preceding zero's as this then is then referenced elsewhere in part of a sumif where the data comes from a bespoke system that index's the number as 0013 and I can't get rid of the preceding zero's here so I need the be able to get my vlookup to give a result with the preceding zero's that another formula can reference. Preferably without having to use VBA.
Thanks.
My formula is =VLOOKUP(A4,Names!$A$9:$F$300,5)
A4 contains number 1
My list "Names" looks something like this [TABLE="width: 315"]
<tbody>[TR]
[TD="align: right"]1[/TD]
[TD="align: right"]10449[/TD]
[TD]
Blogs, Joe[/TD]
[TD]0004C[/TD]
[TD]0004[/TD]
[/TR]
</tbody>[/TABLE]
The column index number result is 0013 and I need the vlookup to retain the preceding zero's as this then is then referenced elsewhere in part of a sumif where the data comes from a bespoke system that index's the number as 0013 and I can't get rid of the preceding zero's here so I need the be able to get my vlookup to give a result with the preceding zero's that another formula can reference. Preferably without having to use VBA.
Thanks.