D
Deepak
Hi
I've the following data:
Column A B C D(autonumber)
1721 Alpha 1000 101
1723 Beta 1000 105
1721 Alpha 500 107
1723 Beta 1000 101
1721 Alpha 1500 119
What i need is:
a) Sum of values in column C where column A = "1721"
b) For column A = "1721", the value in column C adds up every day. How can i
sum it up.
Please help.
I've the following data:
Column A B C D(autonumber)
1721 Alpha 1000 101
1723 Beta 1000 105
1721 Alpha 500 107
1723 Beta 1000 101
1721 Alpha 1500 119
What i need is:
a) Sum of values in column C where column A = "1721"
b) For column A = "1721", the value in column C adds up every day. How can i
sum it up.
Please help.