AirMaximus88
New Member
- Joined
- Mar 13, 2014
- Messages
- 16
Hi All,
I'm sure this is a common theme on this board, but numbers appearing as text is causing me a helluva problem.
I'm running an awkwardly complicated series of if statements with vlookups matching property codes in the first column and returning data from second column (see sample data below).
[TABLE="width: 120"]
<tbody>[TR]
[TD="class: xl68, width: 80, bgcolor: transparent"]98400
[/TD]
[TD="width: 80, bgcolor: transparent"]x
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00B
[/TD]
[TD="bgcolor: transparent"]x2
[/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: transparent"]00C
[/TD]
[TD="bgcolor: transparent"]x3
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00D
[/TD]
[TD="bgcolor: transparent"]x4
[/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: transparent"]00D
[/TD]
[TD="bgcolor: transparent"]x5
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00E
[/TD]
[TD="bgcolor: transparent"]x6
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00F
[/TD]
[TD="bgcolor: transparent"]x7
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00G
[/TD]
[TD="bgcolor: transparent"]x8
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00G
[/TD]
[TD="bgcolor: transparent"]x9
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00K
[/TD]
[TD="bgcolor: transparent"]x10
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00L
[/TD]
[TD="bgcolor: transparent"]x11
[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]0TG
[/TD]
[TD="bgcolor: transparent"]x12
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]2BA
[/TD]
[TD="bgcolor: transparent"]x13
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]2BB
[/TD]
[TD="bgcolor: transparent"]x14
[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"]A14011
[/TD]
[TD="bgcolor: transparent"]x15
[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]A14012
[/TD]
[TD="bgcolor: transparent"]x16
[/TD]
[/TR]
</tbody>[/TABLE]
These data are populated on thirty or more sheets and are a mix of text and numbers. Vlookups are sometimes failing to match their counterparts on the sheets because one is represented as text frequently with apostrophes preceding the numbers. Because some of these property codes are preceded by 0's or letters, I cannot make the whole column numbers (0's disappear, etc.).
How can I best proceed?
I should mention these lists are 4,000 rows on average.
Max
I'm sure this is a common theme on this board, but numbers appearing as text is causing me a helluva problem.
I'm running an awkwardly complicated series of if statements with vlookups matching property codes in the first column and returning data from second column (see sample data below).
[TABLE="width: 120"]
<tbody>[TR]
[TD="class: xl68, width: 80, bgcolor: transparent"]98400
[/TD]
[TD="width: 80, bgcolor: transparent"]x
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00B
[/TD]
[TD="bgcolor: transparent"]x2
[/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: transparent"]00C
[/TD]
[TD="bgcolor: transparent"]x3
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00D
[/TD]
[TD="bgcolor: transparent"]x4
[/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: transparent"]00D
[/TD]
[TD="bgcolor: transparent"]x5
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00E
[/TD]
[TD="bgcolor: transparent"]x6
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00F
[/TD]
[TD="bgcolor: transparent"]x7
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00G
[/TD]
[TD="bgcolor: transparent"]x8
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00G
[/TD]
[TD="bgcolor: transparent"]x9
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00K
[/TD]
[TD="bgcolor: transparent"]x10
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]00L
[/TD]
[TD="bgcolor: transparent"]x11
[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]0TG
[/TD]
[TD="bgcolor: transparent"]x12
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]2BA
[/TD]
[TD="bgcolor: transparent"]x13
[/TD]
[/TR]
[TR]
[TD="class: xl68, bgcolor: transparent"]2BB
[/TD]
[TD="bgcolor: transparent"]x14
[/TD]
[/TR]
[TR]
[TD="class: xl69, bgcolor: transparent"]A14011
[/TD]
[TD="bgcolor: transparent"]x15
[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: transparent"]A14012
[/TD]
[TD="bgcolor: transparent"]x16
[/TD]
[/TR]
</tbody>[/TABLE]
These data are populated on thirty or more sheets and are a mix of text and numbers. Vlookups are sometimes failing to match their counterparts on the sheets because one is represented as text frequently with apostrophes preceding the numbers. Because some of these property codes are preceded by 0's or letters, I cannot make the whole column numbers (0's disappear, etc.).
How can I best proceed?
I should mention these lists are 4,000 rows on average.
Max