Which ones are missing?
--
Regards,
Peo Sjoblom
"David Biddulph" <groups [at] biddulph.org.uk> wrote in message
Not *all* Excel functions, I think, but a useful collection.
Your advice to use Excel help is wise; it's often a temptation to give
an
"RTFM" answer to many of the questions on this and other Excel
newsgroups.
The help data (and list of functions, with the one usual exception) are
available at
http://office.microsoft.com/en-us/excel/HP052042111033.aspx
--
David Biddulph
"Gord Dibben" <gorddibbATshawDOTca> wrote in message
If you want a workbook that lists all the Excel worksheet functions,
download
this one from Peter Noneley.
http://www.xlfdic.com/
Very good examples and usage of all the Excel Functions.
Or just look in help for functions and examples.
In help you can also find about the order of operations, which was the
cause of
your error in the first place.
Gord Dibben MS Excel MVP
Hi Caroline,
I need a file which should be consist of all excel formula's, can i
have
it?
Usra Khan
:
You need to add (): Excel divides and multiplies before it adds and
substracts.
(A1+A2)/10 --> Excel will 1st add then divide the result of the
addition.
:
when i add 2 numbers then divide by a number it's answer is wrong,
why
example: when i add 500 = A1
100 = A2
=A1 + A2/10 answer comes
back as 150