Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a report that uses the following formula to sum up a large
series of data in a standard report. The data entered needs to be exact but I have just had a person ask for a sum between a certain range and I'm having troubles trying to figure it out using a modified version below. {=SUM((act.ccb=VALUE('BA Report with budget'! BCostCentre))*(act.ccc=VALUE('BA Report with budget'! $C272))*(act.ccd=VALUE('BA Report with budget'!BFund))*(act.act))} Logically, I want to be able to modify where "act.ccb=VALUE(BCostCentre)" to something like ..... "acct.ccb=BETWEEN(BCostCentre1,BCostCentre2)" and it will sum up the data between that specific range. Would this be at all possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() (acct.ccb=<BCostCentre1)*(acct.ccb=BCostCentre2) hope you replaced "act" with "acct" deliberately |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Jul 16, 2:47*pm, Jarek Kujawa wrote:
(acct.ccb=<BCostCentre1)*(acct.ccb=BCostCentre2) hope you replaced "act" with "acct" deliberately This isn't working - an example below... =SUM((act.ccb=VALUE(C7))*(act.ccd=VALUE(rep.fund)) *(act.ccc<VALUE(sal..start))*(act.cccVALUE(sal.en d))*(act.eb)) When I remove the act.ccc< and act.ccc the formula works but with this in, it's not working. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I ended up using a "select case" function in VBA to determine which
category in would be in. It made life so much easier! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing based on various critiera | Excel Worksheet Functions | |||
How do I add multiple values in an array based on multiple hits? | Excel Discussion (Misc queries) | |||
Array: Counting multiple values within array | Excel Worksheet Functions | |||
Countif With Critiera | Excel Discussion (Misc queries) | |||
average of kth largest numbers in an array of n numbers | Excel Worksheet Functions |