View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default excel status bar area

Do you want to see that to help you write a formula?

If yes, you can start the formula (or function) you want, like:
=sum(
and hit ctrl-a to see the function wizard dialog.
or
hit ctrl-A (ctrl-shift-a) to see excel's "in-line help" like:
=sum(number1,number2,...)

By the way, newer versions of excel (I think xl2002, xl2003 for sure) can help
with little tooltips for the function that you're using.



oldLearner57 wrote:

hi community

can community assist me on this matter...

when i do a sum or average on cell range, and is it possible to have the
function example, =sum(value+value) display on the excel status bar (the
bottome area of the excel interface)
and if possible,
can the display be adjusted

thanks community for the help

:)
--
oldLearner57


--

Dave Peterson