Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a forecasting spreadsheet I need to create from a data export. The
export gives me a range of data with dates, stages, and dollar amounts. What I need to report is the weekly dollar amount by stage for any given month. I found with the WEEKNUM formula, I can figure out what week in the month I need. So I created spaces for July week1,2,3,4,5. They have corresponding week values of 27,28,29,30,31, & 32(resulting from the WEEKNUM formula) horizontally, and stages 1 through 6 vertically under each section. I can use a SUMIF function to breakout by stage for all data, but I need to go one more level down. Due to the nature of this worksheet, I need to perform the WEEKNUM function or something of that nature during the summary calculation(It cannot be a part of the exported data) I have tried using the WEEKNUM(A3,1) to get the week number, so I know it works, I have used SUMIF('Sheet 2'!A:A, Stage 1,'Sheet 2'!C:C) to get the Sum of all data in Stage 1. I need to evaluate the same were all data is in Stage 1 AND Week 27, but when you do a range query with the WEEKNUM formula it errors out. Can anyone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Week number | Excel Discussion (Misc queries) | |||
Is the data validation criteria limited to a few number of items . | Excel Worksheet Functions | |||
Count number of row where are data | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions | |||
Convert week number into calendar month? | Excel Worksheet Functions |