function to convert whole numbers to written text

M

Mani K

How to change the sum (number) of a column to written text. (XP Professional
- Excel)
We use a syntax/switch "CardText \*..... (XP Professional - Word)
 
G

gandhi318

Hi Mani,

If column A has figures and you want their sum in B1 put the followin
function in B1
=TEXT(SUM(A:A),"Rs.0.00")
instead of total coloum A:A you can give the range for which u wan
sum

You may go through the Microsoft Excel Help for TEXT or any othe
function with following steps starting from Menu toolbar
Instert
Function
type the function TEXT or any other function in the box
click go
click Help on this function below


regards,
gandh
 
Top