Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=LEFT(A1,5)
or =MID(A1,1,5) two formula above are return text value not real Excel value. To covert text value to real Excel value you can use one of these formula. =--LEFT(A1,5) =LEFT(A1,5)+0 =LEFT(A1,5)*1 =LEFT(A1,5)^1 =VALUE(LEFT(A1,5)) =LEFT(A1,5)/1 =LEFT(A1,5)-0 Samething for MID function "KenCanuck" wrote: I know there's a function or formula in Excel that allows you to just look at the first or last few numbers in a particular cell. Ex.I need my if then formula to just look at the first 5 numbers in a cell (the zip code) and ignore the -3645 behind the zip code. help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula for automatic up on numbers in cell in exel | Excel Worksheet Functions | |||
formula for pulling only numbers but not text from another cell | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Re What is the formula for adding multiple numbers in a cell | Excel Discussion (Misc queries) |