Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to enter 5 digit zipcode in cell a1, and want the first three
digits of that zipcode to appear in cell a2 thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you don't mind the result being text, put this in A2:
=LEFT(A1,3) If you want the result to be a number, put this in A2: =VALUE(LEFT(A1,3)) -- tj "JcR" wrote: I want to enter 5 digit zipcode in cell a1, and want the first three digits of that zipcode to appear in cell a2 thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thanks
"tjtjjtjt" wrote: If you don't mind the result being text, put this in A2: =LEFT(A1,3) If you want the result to be a number, put this in A2: =VALUE(LEFT(A1,3)) -- tj "JcR" wrote: I want to enter 5 digit zipcode in cell a1, and want the first three digits of that zipcode to appear in cell a2 thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell Selection after "Enter" | Excel Discussion (Misc queries) | |||
Enter "1", cell show ".01". Why? | Excel Discussion (Misc queries) | |||
Is there way to enter multiple values into excel cells w/ a form? | Excel Discussion (Misc queries) | |||
Is there a (non-binary) "if x then enter y" forumula? | Excel Worksheet Functions | |||
how can I enter 453. to show as 453 instead of 4.53 when using th. | Excel Discussion (Misc queries) |