Sum based on 2 criteria

bllanko2082

New Member
Joined
May 15, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello,

I need help on below;

Column A - I have the entry date
Column B - I have the client's name
Column C - I have a Reason
Column D - I have the Daily Cost
Column E - I have what they paid based on the date.

on cell E10, I need the sum for lines from E2:E4, that has 15May date entered. see the picture below; I'm trying to explain as much as I can. thanks... any idea?
 

Attachments

  • bllanko.jpg
    bllanko.jpg
    49.7 KB · Views: 4

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
try this:

Book1
ABCDE
1Entry DtClientReasonDaily CostPaid
22024-05-15X3Travel234.102024-05-15
32024-05-15X4Travel202.002024-05-15
42024-05-15X5Travel99.00
52024-05-15X6Travel507.60
6
7
8
9DateDaily KlientReasonTotal Daily CostPaid Today
102024-05-15436.10
11
12
Sheet2
Cell Formulas
RangeFormula
E10E10=SUMIF($E$2:$E$5,$A10,$D$2:$D$5)
 
Upvote 0
@bllanko2082 , I don't understand the "like" without any comment? Did it answer your question, or did I misunderstand the question?
 
Upvote 0

Forum statistics

Threads
1,216,725
Messages
6,132,342
Members
449,719
Latest member
excel4mac

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top