How do I find a code in Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been left a spreadsheet with has a formula linked to a 'code'. Is
there any way of locating or 'recalling' the code which presumably been
assigned with Ctrl, Shift, Enter?

Any help greatly appreciated.
 
What do you mean by 'code' - is there a macro or User-defined function
in there?

Ctrl-Shift-Enter is used to set up an array formula, and if you think
there are any in your worksheet then you will see curly braces { }
around the formula when viewed in the formula bar.

The word CODE is a valid function in Excel.

Post back with a bit more explanation of your spreadsheet and problem.

Hope this helps.

Pete
 
An example of the code for the array is:

=IF(B339="","",SUMPRODUCT( ( LEN( B339) - LEN( SUBSTITUTE( LOWER( B339),
LOWER( Code), "" ) ) ) / ( LEN( Code) + ( LEN( Code ) = 0 ) ), load))
 
An example of the code for the array is:

=IF(B339="","",SUMPRODUCT( ( LEN( B339) - LEN( SUBSTITUTE( LOWER( B339),
LOWER( Code), "" ) ) ) / ( LEN( Code) + ( LEN( Code ) = 0 ) ), load))









- Show quoted text -

'code' could be referring to a named Range. Go to Insert->Name-
 

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