#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default Help me with this

Hi,

I need a formula to calculate the total transactions done for a particular
day.

Its better to explain you with an example. Lets say there is a range of
cells A1:D10 where the column A has dates and column D has values pertaining
to that date.

I need a formula to count the total transactions for that particular date.
The formula should check the range A1:A10 and look for that particular date
and take the corresponding value from the same row in the range D1:D10.

A B C D
9Jan 10
9Jan 5
6Jan 1
7Jan 2
9Jan 6

Here the total value of 10, 5 & 6 should get added in a particular cell by
looking at the date.

Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Help me with this

Take a look at SUMIF() in XL Help.

Also, if you need to sum ALL dates, consider a Pivot Table.

In article ,
Sasikiran wrote:

Hi,

I need a formula to calculate the total transactions done for a particular
day.

Its better to explain you with an example. Lets say there is a range of
cells A1:D10 where the column A has dates and column D has values pertaining
to that date.

I need a formula to count the total transactions for that particular date.
The formula should check the range A1:A10 and look for that particular date
and take the corresponding value from the same row in the range D1:D10.

A B C D
9Jan 10
9Jan 5
6Jan 1
7Jan 2
9Jan 6

Here the total value of 10, 5 & 6 should get added in a particular cell by
looking at the date.

Thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Help me with this

=SUMIF(A:A,"1/9/08",B:B)

Vaya con Dios,
Chuck, CABGx3



"Sasikiran" wrote:

Hi,

I need a formula to calculate the total transactions done for a particular
day.

Its better to explain you with an example. Lets say there is a range of
cells A1:D10 where the column A has dates and column D has values pertaining
to that date.

I need a formula to count the total transactions for that particular date.
The formula should check the range A1:A10 and look for that particular date
and take the corresponding value from the same row in the range D1:D10.

A B C D
9Jan 10
9Jan 5
6Jan 1
7Jan 2
9Jan 6

Here the total value of 10, 5 & 6 should get added in a particular cell by
looking at the date.

Thanks in advance

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default Help me with this

Thanks a lot

"CLR" wrote:

=SUMIF(A:A,"1/9/08",B:B)

Vaya con Dios,
Chuck, CABGx3



"Sasikiran" wrote:

Hi,

I need a formula to calculate the total transactions done for a particular
day.

Its better to explain you with an example. Lets say there is a range of
cells A1:D10 where the column A has dates and column D has values pertaining
to that date.

I need a formula to count the total transactions for that particular date.
The formula should check the range A1:A10 and look for that particular date
and take the corresponding value from the same row in the range D1:D10.

A B C D
9Jan 10
9Jan 5
6Jan 1
7Jan 2
9Jan 6

Here the total value of 10, 5 & 6 should get added in a particular cell by
looking at the date.

Thanks in advance

  #5   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Help me with this

Happy to help..........thanks for the feedback.

Vaya con Dios,
Chuck, CABGx3



"Sasikiran" wrote:

Thanks a lot

"CLR" wrote:

=SUMIF(A:A,"1/9/08",B:B)

Vaya con Dios,
Chuck, CABGx3



"Sasikiran" wrote:

Hi,

I need a formula to calculate the total transactions done for a particular
day.

Its better to explain you with an example. Lets say there is a range of
cells A1:D10 where the column A has dates and column D has values pertaining
to that date.

I need a formula to count the total transactions for that particular date.
The formula should check the range A1:A10 and look for that particular date
and take the corresponding value from the same row in the range D1:D10.

A B C D
9Jan 10
9Jan 5
6Jan 1
7Jan 2
9Jan 6

Here the total value of 10, 5 & 6 should get added in a particular cell by
looking at the date.

Thanks in advance

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"