View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
captain118
 
Posts: n/a
Default Store Functions by a name

I need to store a function by a name.
I am reusing these 5 functions and if I could store them in a name it
would help greatly.

Here is what I am doing:

'(And)
=IF(Location1="T",IF(Location2="T","T","F"),"F")

Would I make this into a macro?

How would I approach this?

Thanks,
Kirk