Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Do you want to extract the 1,2,or 3 from SE1,SE2,or SE3 ? then use
=--RIGHT(C2,1) If there could be more than one digit (as in SE1234) then use =--MID(C2,3,LEN(C2)-2) The double negation in each formula is to convert text to number best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "kpruitt" wrote in message ... I need to know how to make a spreadsheet work for what I need: If in C2 I type SE3 or SE2 or SE1 and so forth, then I need E2 to = a number that correlates to each of the SE3, SE2 or SE1. Can anyone help????????? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell References | Excel Discussion (Misc queries) | |||
Using an offset formula for the reference in a relative reference | Excel Worksheet Functions | |||
Compiling macro based on cell values | Excel Discussion (Misc queries) | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
cell color index comparison | New Users to Excel |