How to calculate different cell value with names and numbers?

boncphoto

New Member
Joined
Aug 18, 2022
Messages
1
Office Version
  1. 2013
Platform
  1. Windows
Hello all,

I am beginner as Excel goes, but I created one simple tracking sheet and would like to make it more useful to me.
I.e.
I created this sheet and now, would like to calculate some profit from various poker sites where in the name field Client summary, should calculate profit for each of those names in column J with appropriate H+E-D for each row where the name is .
Is that possible to do how I want it?
And I would like to have a chart with those names where I can see the median profit pro site.
Any help would be appreciated.
 

Attachments

  • 2022-08-18_14h22_00.jpg
    2022-08-18_14h22_00.jpg
    183.6 KB · Views: 17

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
What you want is possible - Just place 3 SUMIFS function in Column K based on name in Column J & Type in Column C

Place the following formula in Cell K2 and drag down

Excel Formula:
=SUMIFS($D$2:D2,$J$2:J2,J2,$C$2:C2,C2)+SUMIFS($E$2:E2,$J$2:J2,J2,$C$2:C2,C2)+SUMIFS($H$2:H2,$J$2:J2,J2,$C$2:C2,C2)
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,734
Members
448,987
Latest member
marion_davis

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