View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
J. Sleeman J. Sleeman is offline
external usenet poster
 
Posts: 2
Default User Defined Functions


-----Original Message-----
I have a function that can increase the price of an item
based on it's weight and current cost of material. I now
need to add a "RoundUp" portion to the function. Can I
use a function "inside" another one?????
TIA
.
Yes, you certainly can.. I have done it many times..