Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default FILTER CELLS CONTAINING FORMULAS

I have quite a huge list and have to insert different sort of formulas
depending upon the criteria. In the end I am most of the time in a doubt
whether all the cells are containing formulas or there still exist some
figures inserted manually. Could there be some kind of formula resulting as
"=ISFORMULA(A1)" reflecting whether A1 contains any formula or not?

Thanx!

--

Best Regards,
FARAZ A. QURESHI
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default FILTER CELLS CONTAINING FORMULAS

"=ISFORMULA(A1)"

Trawling google reveals this UDF
(add to a general module in your workbook)

Function IsFormula(Cell)
IsFormula = Cell.HasFormula
End Function

Then you could use it eg in E2, copied down:
= --isformula(D2)
Col E will return 1's for cells in col D with formulas,
zeros for cells w/o formulas
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,000 Files:358 Subscribers:55
xdemechanik
---
"FARAZ QURESHI" wrote:
I have quite a huge list and have to insert different sort of formulas
depending upon the criteria. In the end I am most of the time in a doubt
whether all the cells are containing formulas or there still exist some
figures inserted manually. Could there be some kind of formula resulting as
"=ISFORMULA(A1)" reflecting whether A1 contains any formula or not?

Thanx!

--

Best Regards,
FARAZ A. QURESHI

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default FILTER CELLS CONTAINING FORMULAS

HEY MAX
U'R THE BEST
THANX!!!!!!!!!
--

Best Regards,
FARAZ A. QURESHI


"Max" wrote:

"=ISFORMULA(A1)"


Trawling google reveals this UDF
(add to a general module in your workbook)

Function IsFormula(Cell)
IsFormula = Cell.HasFormula
End Function

Then you could use it eg in E2, copied down:
= --isformula(D2)
Col E will return 1's for cells in col D with formulas,
zeros for cells w/o formulas
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,000 Files:358 Subscribers:55
xdemechanik
---
"FARAZ QURESHI" wrote:
I have quite a huge list and have to insert different sort of formulas
depending upon the criteria. In the end I am most of the time in a doubt
whether all the cells are containing formulas or there still exist some
figures inserted manually. Could there be some kind of formula resulting as
"=ISFORMULA(A1)" reflecting whether A1 contains any formula or not?

Thanx!

--

Best Regards,
FARAZ A. QURESHI

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default FILTER CELLS CONTAINING FORMULAS

Perhaps you can make use of this technique. Select all the cells you want to
check, click Edit/Find in Excel's menu bar (or just key in Ctrl+F instead)
to bring up the Find dialog box. If the extra options are not showing, click
the "Options" button to display them. Type =* (the is equal sign,
asterisk) in the "Find what" field, select "Sheet" in the "Look in" drop
down, select "Formulas" in the "Look in" drop down, then click the "Find
All" button and follow that by keying in Ctrl+A. Finally, click the Close
button and all cells **with** formulas in them will be selected... you will
want to concentrate on the cells *not* selected.

Rick


"FARAZ QURESHI" wrote in message
...
I have quite a huge list and have to insert different sort of formulas
depending upon the criteria. In the end I am most of the time in a doubt
whether all the cells are containing formulas or there still exist some
figures inserted manually. Could there be some kind of formula resulting
as
"=ISFORMULA(A1)" reflecting whether A1 contains any formula or not?

Thanx!

--

Best Regards,
FARAZ A. QURESHI


  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default FILTER CELLS CONTAINING FORMULAS

Welcome, glad it helped.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:17,000, Files:358, Subscribers:55
xdemechanik
---
"FARAZ QURESHI" wrote in message
...
HEY MAX
U'R THE BEST
THANX!!!!!!!!!
--

Best Regards,
FARAZ A. QURESHI





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default FILTER CELLS CONTAINING FORMULAS

Another way is to Select the column and use F5 Special
And check formulas.

All cells with a formula are selected now




--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"FARAZ QURESHI" wrote in message ...
I have quite a huge list and have to insert different sort of formulas
depending upon the criteria. In the end I am most of the time in a doubt
whether all the cells are containing formulas or there still exist some
figures inserted manually. Could there be some kind of formula resulting as
"=ISFORMULA(A1)" reflecting whether A1 contains any formula or not?

Thanx!

--

Best Regards,
FARAZ A. QURESHI


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
Copy only visible cells after filter is applied/ sum after filter MAM Excel Worksheet Functions 0 April 9th 08 04:09 AM
formulas in cells change when using filter function hoosier data Excel Discussion (Misc queries) 2 March 16th 08 02:23 PM
How do I use advanced filter to filter for blank cells? Monique Excel Discussion (Misc queries) 2 March 21st 06 06:43 PM
Any way to filter cells with formulas ? gaftalik Excel Discussion (Misc queries) 4 November 26th 05 05:51 PM
filter for non-formulas S. H. Drew Excel Discussion (Misc queries) 1 December 6th 04 08:23 PM


All times are GMT +1. The time now is 03:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"