Sum or Sumifs of Values + Percentage in a single cell

gannybun

New Member
Joined
Dec 10, 2021
Messages
13
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
I understand that you can use =concat to combined the text of columnE and columnF
Would like to explore the possibility to see if there a formula to directly present the value in yellow below

thank you very much! please let me know if this is the wrong place to post happy to redirect the enquiry somewhere else :)
1704879117398.png


Data poolSummary using =sumifs
ColorScoreTotalPercentPresent as
Blue5,000Blue13,050
58.7%​
13,050 (58.7%)
Red3,440Red9,170
41.3%​
9,170 (41.3%)
Blue3,00022,220
100%​
Blue5,050
Red4,500
Red1,230
Total22,220
 
SunnyAlv,

I recommend using the "#,##0" format I suggested instead of "0,000", or else you get some funny looking values for numbers under 1,000, i.e.

View attachment 104767
yes you're right, I just thought that the number in question was thousands so I made it like that and didn't think about whether the number was tens to ones😁
 
Upvote 0

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
thank you everyone. certain percentage of my salary belong to this platform. life savers!
 
Upvote 0
just another question, is there a way to tweak the formula to show the percentage or value in another color?
etc. Black for Value and Yellow for pencentage.
 
Upvote 0
just another question, is there a way to tweak the formula to show the percentage or value in another color?
etc. Black for Value and Yellow for pencentage.
Not without VBA.
Formulas can only return values, not formatting.
And Conditional Formatting is applied to the whole cell, not parts of it.
 
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,662
Members
449,462
Latest member
Chislobog

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