#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Counting formula

How can I find the number of formula in an excel sheet?

TIA
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Counting formula

Sub NumFormulae()
Dim oCell as Range
Dum cNumFormulae As Long

For Each oCell In Activesheet.UsedRange
If oCell.HasFormula Then
cNumFormulae = cNumFormulae + 1
End If
Next oCell
MsgBox cNumFormulae
End Sub

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"awakening2lite" wrote in message
...
How can I find the number of formula in an excel sheet?

TIA



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Counting formula

Showing my ignorance, here. I do not understand this. I do not work in VB.
But, thank you for trying to help.

"Bob Phillips" wrote:

Sub NumFormulae()
Dim oCell as Range
Dum cNumFormulae As Long

For Each oCell In Activesheet.UsedRange
If oCell.HasFormula Then
cNumFormulae = cNumFormulae + 1
End If
Next oCell
MsgBox cNumFormulae
End Sub

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"awakening2lite" wrote in message
...
How can I find the number of formula in an excel sheet?

TIA




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Counting formula

Press F5, select special, select formulas and press enter, right in the
statusbar to the right and select count


--
Regards,

Peo Sjoblom



"awakening2lite" wrote in message
...
How can I find the number of formula in an excel sheet?

TIA



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Counting formula

What am I doing wrong. I tried entering F5 and followed instruction in both
clicking a cell and clicking the status bar but I do not get any result.

"Peo Sjoblom" wrote:

Press F5, select special, select formulas and press enter, right in the
statusbar to the right and select count


--
Regards,

Peo Sjoblom



"awakening2lite" wrote in message
...
How can I find the number of formula in an excel sheet?

TIA






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Counting formula

start by doing this, in the statusbar at the bottom right click where you
see NUM, right click then select count

then do F5, special and formulas, that will select all formulas in the
active sheet and at the bottom right you should see the count of them


--
Regards,

Peo Sjoblom



"awakening2lite" wrote in message
...
What am I doing wrong. I tried entering F5 and followed instruction in
both
clicking a cell and clicking the status bar but I do not get any result.

"Peo Sjoblom" wrote:

Press F5, select special, select formulas and press enter, right in the
statusbar to the right and select count


--
Regards,

Peo Sjoblom



"awakening2lite" wrote in
message
...
How can I find the number of formula in an excel sheet?

TIA






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Counting formula

A Million Thanks, Peo! It worked perfectly!

"Peo Sjoblom" wrote:

start by doing this, in the statusbar at the bottom right click where you
see NUM, right click then select count

then do F5, special and formulas, that will select all formulas in the
active sheet and at the bottom right you should see the count of them


--
Regards,

Peo Sjoblom



"awakening2lite" wrote in message
...
What am I doing wrong. I tried entering F5 and followed instruction in
both
clicking a cell and clicking the status bar but I do not get any result.

"Peo Sjoblom" wrote:

Press F5, select special, select formulas and press enter, right in the
statusbar to the right and select count


--
Regards,

Peo Sjoblom



"awakening2lite" wrote in
message
...
How can I find the number of formula in an excel sheet?

TIA






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
COUNTING FORMULA TMF in MN Excel Worksheet Functions 1 February 26th 07 10:32 PM
Counting formula TMF in MN Excel Worksheet Functions 2 January 8th 07 06:50 PM
Counting Formula santaviga Excel Worksheet Functions 3 May 9th 06 12:16 PM
formula on counting Michael A Excel Discussion (Misc queries) 2 January 6th 06 03:52 PM
Counting Formula Paul Excel Discussion (Misc queries) 1 October 26th 05 05:02 AM


All times are GMT +1. The time now is 12:22 AM.

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"