Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
HI Guys
ihave the following formula on a spreadsheet =SUMPRODUCT(--($C4:$C644="CON"),--(MONTH(D4:D644)=8),--(YEAR(D4:D644)=2010)) My question is this, how can i get the result to appear on a different sheet instead of the cell where it is? Thanks in advance for your help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Suppose your data is in Sheet1; try the below formula in which ever
sheet/cell you would like to.. =SUMPRODUCT(--(Sheet1!$C4:$C644="CON"),--(MONTH(Sheet1!D4:D644)=8),--(YEAR(Sheet1!D4:D644)=2010)) The formula can be further shortened to =SUMPRODUCT(--(Sheet1!$C4:$C644="CON"),--(TEXT(Sheet1!D4:D644,"mmyyyy")="082010")) If this post helps click Yes --------------- Jacob Skaria "Squidgee" wrote: HI Guys ihave the following formula on a spreadsheet =SUMPRODUCT(--($C4:$C644="CON"),--(MONTH(D4:D644)=8),--(YEAR(D4:D644)=2010)) My question is this, how can i get the result to appear on a different sheet instead of the cell where it is? Thanks in advance for your help |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Many thanks jacob, u r a star!!
"Jacob Skaria" wrote: Suppose your data is in Sheet1; try the below formula in which ever sheet/cell you would like to.. =SUMPRODUCT(--(Sheet1!$C4:$C644="CON"),--(MONTH(Sheet1!D4:D644)=8),--(YEAR(Sheet1!D4:D644)=2010)) The formula can be further shortened to =SUMPRODUCT(--(Sheet1!$C4:$C644="CON"),--(TEXT(Sheet1!D4:D644,"mmyyyy")="082010")) If this post helps click Yes --------------- Jacob Skaria "Squidgee" wrote: HI Guys ihave the following formula on a spreadsheet =SUMPRODUCT(--($C4:$C644="CON"),--(MONTH(D4:D644)=8),--(YEAR(D4:D644)=2010)) My question is this, how can i get the result to appear on a different sheet instead of the cell where it is? Thanks in advance for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I switch from Office 2007 layout to the old 2003 layout? | Excel Discussion (Misc queries) | |||
Sheet layout | Excel Worksheet Functions | |||
Invert layout | Excel Discussion (Misc queries) | |||
Layout in Excel | Excel Discussion (Misc queries) | |||
A4 layout | Excel Discussion (Misc queries) |