Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am doing a spreadsheet and want to indicate notatin with superscripts in a
few of the numbers. The numbers with the superscript are not being added. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe something like this:
With A1: (contains 5001, with the 1 as superscript, consequently the cell is text) A2: 100 Then this formula adds the 500 and the 100 A3: =SUM(A1:A2)+SUMPRODUCT(ISTEXT(A1:A2)*INT(A1:A2/10)) In this case, A3 returns 600 Is that something you can work with *********** Regards, Ron XL2002, WinXP "Debbie" wrote: I am doing a spreadsheet and want to indicate notatin with superscripts in a few of the numbers. The numbers with the superscript are not being added. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Completely baffled on what should be simple | Excel Discussion (Misc queries) | |||
Replace Old Part Numbers with New Part Numbers in a Macro. | Excel Discussion (Misc queries) | |||
conditional formatting | Excel Worksheet Functions | |||
How to generate sets of random numbers without having duplicates | Excel Worksheet Functions | |||
Why are 1/2 my numbers imported as text and the rest as numbers? | Excel Discussion (Misc queries) |