Searching equations

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

Is there a formula that can identify if a cell is using a particular function
- example
mid() ?
 
Hi,

None built into Excel, you could probably write a VBA function to do this.
How are you going to handle long, complex formulas as for example:

=IF(ROW(A1)>COUNTIF(B$1:B$10,E$1),"",(SMALL(IF((B$1:B$10=E$1)*A$1:A$10<>0,(B$1:B$10=E$1)*A$1:A$10,""),ROW(A1))))
 

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

Back
Top