Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
A solution that is far from perfect is to remove the K or KB from the text.
So, in a separate column, type the formula (this example supposed that the 1024__ in cell B6, adapt to your needs): =IF(ISNUMBER(B6), B6, VALUE(SUBSTITUTE(SUBSTITUTE(B6, "KB", ""), "K", ""))) It will not trap other characters though. Then, you simply make the sum of this column. Stephane. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...tions/200708/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract Numerics only | Excel Discussion (Misc queries) | |||
How to ignore text on SUM() function... | Excel Worksheet Functions | |||
Formula with text and numerics | Excel Worksheet Functions | |||
Function to ignore decimals | Excel Worksheet Functions | |||
Ignore text Function | Excel Worksheet Functions |