Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi My inventory system has storage locations that follow the format 1A1, 1A2 etc. When I get to those with an E in them excel displys them as an above. How can I get it to show 13E2, not 1.30E+03? Thanks Andy -- hywt ------------------------------------------------------------------------ hywt's Profile: http://www.excelforum.com/member.php...o&userid=27656 View this thread: http://www.excelforum.com/showthread...hreadid=487913 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Andy,
Either format the cells as text before entering the data, or enter the data preceded by a single quote (E.g. '13E2) : this will stop Excel interpreting the codes as numbers. hth Andrew hywt wrote: Hi My inventory system has storage locations that follow the format 1A1, 1A2 etc. When I get to those with an E in them excel displys them as an above. How can I get it to show 13E2, not 1.30E+03? Thanks Andy -- hywt ------------------------------------------------------------------------ hywt's Profile: http://www.excelforum.com/member.php...o&userid=27656 View this thread: http://www.excelforum.com/showthread...hreadid=487913 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Do you know if there's any way to change cells that have already been entered? Thanks -- hywt ------------------------------------------------------------------------ hywt's Profile: http://www.excelforum.com/member.php...o&userid=27656 View this thread: http://www.excelforum.com/showthread...hreadid=487913 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It might be tricky - for example 1E3 and 10E2 give the same number
and format, so you couldn't reverse-engineer these. If the codes are always of the precise form abEc where the n's are digits and a<0 then the formula =LEFT(A1,2)&"E"&LEN(A1)-2 should do it. A hywt wrote: Do you know if there's any way to change cells that have already been entered? Thanks -- hywt ------------------------------------------------------------------------ hywt's Profile: http://www.excelforum.com/member.php...o&userid=27656 View this thread: http://www.excelforum.com/showthread...hreadid=487913 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cond. Format & Absolute Cell Reference Question | Excel Discussion (Misc queries) | |||
Date conditioning format problem | Excel Discussion (Misc queries) | |||
OsCommerce - Easy Populate Script - CSV/TXT Conversion Problem. | Excel Discussion (Misc queries) | |||
Problem with txt format | Excel Discussion (Misc queries) | |||
cell format problem | Excel Discussion (Misc queries) |