Thread: Create Funtion
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc
Swingstage Swingstage is offline
external usenet poster
 
Posts: 2
Default Create Funtion

Using this formula how can I create function "pastevalue"
This formula would be in cell B5
=IF(ENTRY!$B$1=2,pastevalue(ENTRY!$C$2)-B4,0)

ENTRY!$B$1 is the week of the year
ENTRY!$C$2 is the Year to Date total
Answer needed is the weekly value.