Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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.worksheet.functions
|
|||
|
|||
![]()
Try =LEFT(A1,3)
-- It is nice to be important, but it is more important to be nice "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.worksheet.functions
|
|||
|
|||
![]()
1) make sure A1 is formatted as text, in case the zip code begins with zeroes
2) in A2 enter the formula =left(A1,3) 3) if you need the numeric value of those characters, use this formula instead =value(left(A1,3)) "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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks
"Duke Carey" wrote: 1) make sure A1 is formatted as text, in case the zip code begins with zeroes 2) in A2 enter the formula =left(A1,3) 3) if you need the numeric value of those characters, use this formula instead =value(left(A1,3)) "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 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks
"Miguel Zapico" wrote: Try =LEFT(A1,3) -- It is nice to be important, but it is more important to be nice "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) |