Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 3 tables in Excel that I would like to join in Access by using a
numeric field. Unfortunately, in one table, the number reflected always has 6 digits. They ensure this by putting zeros to the left, i.e., Subject # 000001 000050 000128 The other two tables, which use the same subject # field, do not include the zeros. Can someone help me with a formula that either deletes these zeros or add zeros to the other tables? Thank you!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=TEXT(A1,"000000")
"kza40381" wrote: I have 3 tables in Excel that I would like to join in Access by using a numeric field. Unfortunately, in one table, the number reflected always has 6 digits. They ensure this by putting zeros to the left, i.e., Subject # 000001 000050 000128 The other two tables, which use the same subject # field, do not include the zeros. Can someone help me with a formula that either deletes these zeros or add zeros to the other tables? Thank you!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Dennis! Thank you so much for this. I actually kept searching and found
this buried under another subject heading, however, when I went immediately back to my question, I couldn't find it. Thank you for taking the time. I love this site..it helps me so much. "Dennis" wrote: =TEXT(A1,"000000") "kza40381" wrote: I have 3 tables in Excel that I would like to join in Access by using a numeric field. Unfortunately, in one table, the number reflected always has 6 digits. They ensure this by putting zeros to the left, i.e., Subject # 000001 000050 000128 The other two tables, which use the same subject # field, do not include the zeros. Can someone help me with a formula that either deletes these zeros or add zeros to the other tables? Thank you!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
More than 15 digits in excel cell it turns them to zeros. Fix? | Excel Worksheet Functions | |||
How to point to (select) a cell to the left from a cell where I enter the = equal sign? | Excel Discussion (Misc queries) | |||
Delete 4 to 5 digits from left in a cell | Excel Discussion (Misc queries) | |||
Delete 4 to 5 digits from left in a cell | Excel Discussion (Misc queries) | |||
Delete 4 to 5 digits from left in a cell | Excel Discussion (Misc queries) |