Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default In excel what does the symbol ^ represent

Have recieved a spreadsheet with the ^ in a cell.

What does this do?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default In excel what does the symbol ^ represent

Hi,

It's the mathmatical operator meaning 'raise to the power' of:

3^3= 3 raised to the power of 3 = 27

0r 9^.5 is another way of getting the square root of 9 =3


Mike

"GeorgeD" wrote:

Have recieved a spreadsheet with the ^ in a cell.

What does this do?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default In excel what does the symbol ^ represent

A1^B1 means A1 raised to the power of B1
2^5 is 2 to the power 5, or 2*2*2*2*2 (=32)

A1^B1 is the same as POWER(A1,B1)

In some computer languages, the symbol ** is used for the same purpose as ^
is in Excel.
--
David Biddulph

"GeorgeD" wrote in message
...
Have recieved a spreadsheet with the ^ in a cell.

What does this do?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 663
Default In excel what does the symbol ^ represent

Hi,

To raise a number to a power, use the "^" operator or the POWER function.

Example

A B
1. Formula Description (Result)
2. =POWER(5,2) Calculates five squared (25)
3. =5^3 Calculates five cubed (125)

Challa Prabhu

"GeorgeD" wrote:

Have recieved a spreadsheet with the ^ in a cell.

What does this do?

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
symbol to represent a carriage return chronicles_point Excel Worksheet Functions 3 August 7th 06 09:14 PM
Are there symbols for use in Excel to represent trees and plants? dkenney Excel Discussion (Misc queries) 2 July 12th 06 04:02 PM
WHAT DOES THE SYMBOL"$" REPRESENT IN A EXCEL FORMULA? EXCEL NOVICE New Users to Excel 6 May 18th 06 04:21 PM
Represent blanks in an Excel IF statement? JG Excel Discussion (Misc queries) 3 April 25th 06 04:39 PM
How to represent an empty cell in excel formulae? Sibi Melvin Excel Worksheet Functions 1 June 23rd 05 08:18 AM


All times are GMT +1. The time now is 12:40 PM.

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

About Us

"It's about Microsoft Excel"