Thread: Function
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ceemo[_76_] ceemo[_76_] is offline
external usenet poster
 
Posts: 1
Default Function


I have been trying to create my own function whilst including othe
functions. Please see below example


Function ShiftHours(a, b, c, d, e)

ShiftHours = SumProduct(--(a = b), --(c = d), e)

End Function

This however doesnt work. Can i use functions within functions?

If so how would i use an aray function that would normaly require me t
use shift&Control&Enter at the same tim

--
ceem
-----------------------------------------------------------------------
ceemo's Profile: http://www.excelforum.com/member.php...fo&userid=1065
View this thread: http://www.excelforum.com/showthread.php?threadid=55884