What function in Excel would I use to find the percentage of a particular type of data from a report? I am just learning so please bare with![]()
What function in Excel would I use to find the percentage of a particular type of data from a report? I am just learning so please bare with![]()
probably SUMIF and SUM
like
=SUMIF(A:A,"particulartype",B:B)/SUM(B:B)
and format it as percent
or
=100*SUMIF(A:A,"particulartype",B:B)/SUM(B:B)
to have number being percent (first method is strongly suggested, but second is also quite common).
Best Regards,
Kaper
What type of data are we talking about?
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks