Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Wazooli
 
Posts: n/a
Default question about superscripting

I am using the following formula to generate a replica of the trendline
information for a scatter plot:

="y = " & TEXT(intercept,"##0.0##x") & IF(slope0," +"," ") &
TEXT(slope,"##0.0##") & CHAR(10) & "R2 = " & TEXT(rsquared,"##0.0##"),

where intercept, slope & rsquared are calculated separately.

Is there a way to superscript the "2" in the R2 part? I cannot format as I
usually would (ctr-1 does nothing). Is there a CHAR equivalent of
superscripting? If so, what is the CHAR equivalent of undoing the
superscript afterwards?

wazooli
  #2   Report Post  
Wazooli
 
Posts: n/a
Default

nevermind - saw th epost by bernard regarding char(178). works great.

"Wazooli" wrote:

I am using the following formula to generate a replica of the trendline
information for a scatter plot:

="y = " & TEXT(intercept,"##0.0##x") & IF(slope0," +"," ") &
TEXT(slope,"##0.0##") & CHAR(10) & "R2 = " & TEXT(rsquared,"##0.0##"),

where intercept, slope & rsquared are calculated separately.

Is there a way to superscript the "2" in the R2 part? I cannot format as I
usually would (ctr-1 does nothing). Is there a CHAR equivalent of
superscripting? If so, what is the CHAR equivalent of undoing the
superscript afterwards?

wazooli

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
conditional formatting question Deb Excel Discussion (Misc queries) 0 March 23rd 05 02:07 AM
Question about combining data from multiple workbooks into one rep BookOpenandUpright Excel Discussion (Misc queries) 2 February 19th 05 12:37 PM
formula (IF) question Drew Halevy Excel Worksheet Functions 7 February 2nd 05 07:19 PM
An easy macro question and one I believe to be a little more diffi TroutKing Excel Worksheet Functions 3 January 18th 05 09:17 PM


All times are GMT +1. The time now is 03:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"