Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Looking for formula help. Here's the situation:
Excel doc using one tab per month and then a quarterly (ex. 01.07, 02.07, 03.07, Q1) Cell E5 references a dollar amount in each monthly tab. Cell E5 in Q1 tab needs to average each month's E5 ('01.07'!E5+'02.07'!E5+'03.07'!E5/3) What I need, is a formula to exclude zero values in the event the month "hasn't happend yet". If it's January and I've input a value in '01.07!E5' of $100, and values in '02.07'!E5 & '03.07'!E5 tabs are zero (because the months haven't happened yet... My original formula divides $100 by 3; I only want it to divide by 1. If it's February and I've input a value in '01.07!E5' of $100, and a value in '02.07!E5' of $150, and 0 value in '03.07'!E5 (because the month hasn't happened yet... My original formula divides $250 by 3; I only want it to divide by 2. Any suggestions? (have I over explained to confusion yet?) -Bobby |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If "hasn't happend yet" values were blank rather than 0 then:
=Average('01.07'!E5,'02.07'!E5,'03.07'!E5) "BobbyVZW" wrote: Looking for formula help. Here's the situation: Excel doc using one tab per month and then a quarterly (ex. 01.07, 02.07, 03.07, Q1) Cell E5 references a dollar amount in each monthly tab. Cell E5 in Q1 tab needs to average each month's E5 ('01.07'!E5+'02.07'!E5+'03.07'!E5/3) What I need, is a formula to exclude zero values in the event the month "hasn't happend yet". If it's January and I've input a value in '01.07!E5' of $100, and values in '02.07'!E5 & '03.07'!E5 tabs are zero (because the months haven't happened yet... My original formula divides $100 by 3; I only want it to divide by 1. If it's February and I've input a value in '01.07!E5' of $100, and a value in '02.07!E5' of $150, and 0 value in '03.07'!E5 (because the month hasn't happened yet... My original formula divides $250 by 3; I only want it to divide by 2. Any suggestions? (have I over explained to confusion yet?) -Bobby |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
use Average instead.
"BobbyVZW" wrote: Looking for formula help. Here's the situation: Excel doc using one tab per month and then a quarterly (ex. 01.07, 02.07, 03.07, Q1) Cell E5 references a dollar amount in each monthly tab. Cell E5 in Q1 tab needs to average each month's E5 ('01.07'!E5+'02.07'!E5+'03.07'!E5/3) What I need, is a formula to exclude zero values in the event the month "hasn't happend yet". If it's January and I've input a value in '01.07!E5' of $100, and values in '02.07'!E5 & '03.07'!E5 tabs are zero (because the months haven't happened yet... My original formula divides $100 by 3; I only want it to divide by 1. If it's February and I've input a value in '01.07!E5' of $100, and a value in '02.07!E5' of $150, and 0 value in '03.07'!E5 (because the month hasn't happened yet... My original formula divides $250 by 3; I only want it to divide by 2. Any suggestions? (have I over explained to confusion yet?) -Bobby |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart with Quarterly and Monthly Results | Charts and Charting in Excel | |||
Monthly Data, need quarterly Stdev | Excel Discussion (Misc queries) | |||
monthly quarterly splitting | Excel Discussion (Misc queries) | |||
From Monthly to Quarterly Numbers | Excel Discussion (Misc queries) | |||
Excel - sum a column of sales monthly and quarterly? | Excel Worksheet Functions |