Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Please could you tell me if it is possible to insert a symbol or a letter
after a number in the same cell and still use the number in that cell in a sum? For example i want to put 11.5* in B1, 11.5 in b2, 15 in b3 and add the 3 numbers togteher excluding the astreick in b4) Thank you |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This array formula appears to work
=SUM(--SUBSTITUTE(B11:B3,"*","")) commit it with Ctrl-Shift-Enter "Be18" wrote: Please could you tell me if it is possible to insert a symbol or a letter after a number in the same cell and still use the number in that cell in a sum? For example i want to put 11.5* in B1, 11.5 in b2, 15 in b3 and add the 3 numbers togteher excluding the astreick in b4) Thank you |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Duke Carey wrote...
This array formula appears to work =SUM(--SUBSTITUTE(B11:B3,"*","")) commit it with Ctrl-Shift-Enter .... Or use SUMPRODUCT, e.g., =SUMPRODUCT(--SUBSTITUTE(B1:B3,"*","")) and not have to bother with array entry. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Harlan -
There's a long series of posts in an earlier thread "Extracting a numbers from a text string" where I finally got the answer for the OP, but I'd bet you could promulgate a far simpler solution. Can you take a look? "Harlan Grove" wrote: Duke Carey wrote... This array formula appears to work =SUM(--SUBSTITUTE(B11:B3,"*","")) commit it with Ctrl-Shift-Enter .... Or use SUMPRODUCT, e.g., =SUMPRODUCT(--SUBSTITUTE(B1:B3,"*","")) and not have to bother with array entry. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Another way is to use the custom format feature of Excel.
Format cells - custom enter # "*" That way you can use the sum function without all the other hoopla "Be18" wrote: Please could you tell me if it is possible to insert a symbol or a letter after a number in the same cell and still use the number in that cell in a sum? For example i want to put 11.5* in B1, 11.5 in b2, 15 in b3 and add the 3 numbers togteher excluding the astreick in b4) Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Symbol after text | Excel Discussion (Misc queries) | |||
Format number to display % symbol smaller than onther text in cell | Excel Discussion (Misc queries) | |||
How do i add the squared symbol to a number | Excel Discussion (Misc queries) | |||
excel shouldnt need a symbol before the first number in an equati | Excel Worksheet Functions | |||
List of Symbol and Character Number | Excel Discussion (Misc queries) |