Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to display numbers as subscript within a combination text-number
string (but solely the numbers). This is generally important for aesthetic appeal and legibility. Example: I'd like to automatically generate the formulas for hydrocarbons (i.e. Ethane, C2H6) where the numbers appear in subscript format. To do this, I have a counter for Carbons 1-100, and a formula for Hydrogen, 2*C+2 (where C stands for the number of carbons). Then I use the command =Concatenate("C",$C2,"H",$H2) And out pops C2H6. However, I'd prefer this to display in a neater format. I do not see a command for this. Does anyone have any work-arounds? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You cannot specify any formatting in a formula. The result of a
formula is always unformatted. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Michael" wrote in message ... I would like to display numbers as subscript within a combination text-number string (but solely the numbers). This is generally important for aesthetic appeal and legibility. Example: I'd like to automatically generate the formulas for hydrocarbons (i.e. Ethane, C2H6) where the numbers appear in subscript format. To do this, I have a counter for Carbons 1-100, and a formula for Hydrogen, 2*C+2 (where C stands for the number of carbons). Then I use the command =Concatenate("C",$C2,"H",$H2) And out pops C2H6. However, I'd prefer this to display in a neater format. I do not see a command for this. Does anyone have any work-arounds? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
INFORMATION ON FUNCTIONS IN EXCEL (EX. "IF", VALUE LOOKUP) | Excel Worksheet Functions | |||
How to use built-in Excel functions in PivotTable formula? | Excel Worksheet Functions | |||
Excel Functions and Macros | Excel Discussion (Misc queries) | |||
How can I use engineering functions in Excel 2003 | Excel Discussion (Misc queries) |