Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How do I create a function that will add an amount according to the date? For
example if cell D3 is 6/10/05 then add 25(K4) if not then 0 in L4. I tried IF(AVERAGE(D4),6/10/05,SUM(D3,J3),0 and it didn't work. Please help. |
#2
![]() |
|||
|
|||
![]()
On Fri, 10 Jun 2005 08:47:31 -0700, "Nadji"
wrote: How do I create a function that will add an amount according to the date? For example if cell D3 is 6/10/05 then add 25(K4) if not then 0 in L4. I tried IF(AVERAGE(D4),6/10/05,SUM(D3,J3),0 and it didn't work. Please help. Your "date" may not be being interpreted correctly. Suggestions: 1. Put the date in a cell and use a reference to that cell. 2. Use the totally unambiguous: DATE(2005,6,10) 3. You could try DATEVALUE("6/10/05") also. My preference would be options 1 or 2. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet - Functions from sheet to sheet | Excel Discussion (Misc queries) | |||
3 questions about automated c++ com add-in worksheet functions | Excel Worksheet Functions | |||
worksheet functions | Excel Discussion (Misc queries) | |||
How to call worksheet functions from Access ? | Excel Worksheet Functions | |||
How use group and ungroup functions while worksheet is protected | Excel Worksheet Functions |