Summing formula

R

rhani111

Hi all,

Having a hell of a time trying to get a formula that will do th
following

On one worksheet i have the following table

Item Number used Date
12345 2 18/07/06
56789 2 20/07/06
12345 1 18/07/06

On another worksheet i need to have:

Date (return on single date if used more than once on the same day)
The item number (return a single item code if used more than once o
the same day)
The total number used so that what I get is the following:
item Number DAte
12345 3 18/07/06
56789 2 20/07/06

Normally this wouldn't be hard but i'm having a damn rough time tryin
to match all THREE criteria....

Thanks all
Sand
 
F

Franz Verga

rhani111 said:
Hi all,

Having a hell of a time trying to get a formula that will do the
following

On one worksheet i have the following table

Item Number used Date
12345 2 18/07/06
56789 2 20/07/06
12345 1 18/07/06

On another worksheet i need to have:

Date (return on single date if used more than once on the same day)
The item number (return a single item code if used more than once on
the same day)
The total number used so that what I get is the following:
item Number DAte
12345 3 18/07/06
56789 2 20/07/06

Normally this wouldn't be hard but i'm having a damn rough time trying
to match all THREE criteria....

Thanks all
Sandi


Hi Sandi,

I think you could use the SUMPRODUCT function...

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 
R

rhani111

Hi,

I have tried the sumproduct and sumif functions...i cannot seem to get
it to work?? That's why I ended up posting here....cheers
 
F

Franz Verga

rhani111 said:
Hi,

I have tried the sumproduct and sumif functions...i cannot seem to get
it to work?? That's why I ended up posting here....cheers


I think SUMPRODUCT should be the most suitable to your case. If you like,
you could upload a small example file to www.savefile.com

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top