sgmpatnaik
Active Member
Hello Sir,
Good Evening
Sir i am Enterring some data in One Sheet and i am getting the Reports in Anohter Sheet
What i am entering in my First Sheet that is
Sheet1
[pre]
[/pre]
Well I am Using the Formula is
=SUMIFS('Sheet1'!$c$1:$c$5,'Sheet1'!$b$1:$b$5,$a$1,'Sheet1'!$a$1:$a$5,$a$1) with this formula i am getting the today report but i am fail to get the reports for Month and year
Kindly Suggest
With Regards
Patnaik
Good Evening
Sir i am Enterring some data in One Sheet and i am getting the Reports in Anohter Sheet
What i am entering in my First Sheet that is
Sheet1
[pre]
Code:
'ColumnA' 'ColumnB' 'ColumnC'
'Date' 'Name' 'qty'
'02-04-12' 'xyz' '10'
'03-04-12' 'xyz' '5'
'03-04-12' 'abc' '10'
'03-05-12' 'xyz' '5'
'04-05-12' 'abc' '10'
Reports in Sheet2
'ColumnA'
'04-05-12'
After Some Rows Starts My Reporting as
'ColumnA' 'ColumnB' 'ColumnC' 'ColumnD'
'xyz' 'Today' 'Month' 'Year'
' ' 0' '5' '20'
'abc' 'Today' 'Month' 'Year'
' ' 10' '10' '20'
Well I am Using the Formula is
=SUMIFS('Sheet1'!$c$1:$c$5,'Sheet1'!$b$1:$b$5,$a$1,'Sheet1'!$a$1:$a$5,$a$1) with this formula i am getting the today report but i am fail to get the reports for Month and year
Kindly Suggest
With Regards
Patnaik