Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a very large Worksheet labeled 'Global Schedule'. The first 2 rows
are used as a header. In Col. J there are dates and in Col. N there are prices. At any given time Col. J cells may or may not have a date. I would like the formula placed in a worksheet labeled 'Summary'. Here is what I have, but it does not seem to work. 1.) Sum all cells in Col. N if the cell in the same row in Col. J is a date within the current month. =SUMIF(Month('Global Schedule'!J:J),"="&MONTH(NOW()),'Global Schedule'!N:N) 2.) Sum all cells in Col. N if the cell in the same row in Col. J is a date within the next month. =SUMIF(Month('Global Schedule'!J:J),"="&MONTH(NOW())+1,'Global Schedule'!N:N) 3.) Sum all cells in Col. N if the cell in the same row in Col. J is a date after the next month. =SUMIF(Month('Global Schedule'!J:J),""&MONTH(NOW())+1,'Global Schedule'!N:N) Thanks, Ryan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
function question (sumif countif conditional) | Excel Worksheet Functions | |||
SUMIF question | Excel Discussion (Misc queries) | |||
SUMIF function question | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions | |||
Countif/Sumif function question | Excel Worksheet Functions |