View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bill Brehm
 
Posts: n/a
Default reference a function

What do you mean by 'table' here? is it referring to Ardus Petus'
suggestion?

I was trying to look for a way to put a perhaps complicated function in only
one cell rather than in every cell in the range covered by the range of
arguments. I know I can do it with VB but looking for a way to do it on the
spreadsheet only.

Could array formulas be of any help?


"Herbert Seidenberg" wrote in message
oups.com...
=CHOOSE(my_func,SIN(table),COS(table),TAN(table))
Select which function you want by setting
a cell named my_func to 1, 2 or 3 (max is 29).