short cut key

G

Guest

In excel sheet , bottom tool bar If you right click,
We can see the list of some functions i.e.,
None
Average
Count
Count Nums
Max
Min
Sum
What is the short cut in excel to see the list of function as I am not using
mouse.

regards
vishu
 
J

Jan Karel Pieterse

Hi Vishu,
In excel sheet , bottom tool bar If you right click,
We can see the list of some functions i.e.,
None
Average
Count
Count Nums
Max
Min
Sum
What is the short cut in excel to see the list of function as I am not using
mouse.

I think there is none. All you can do is add a macro to your personal.xls file
and attach it to a key of your choice:

Sub ShowStatusBarFunctions()
Application.CommandBars("AutoCalculate").ShowPopup
End Sub


Regards,

Jan Karel Pieterse
Excel MVP
http://www.jkp-ads.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top