Count

zinah

Active Member
Joined
Nov 28, 2018
Messages
355
Office Version
  1. 365
Platform
  1. Windows
Hi,

I want to use sumif or any suitable formula that has 3 different conditions: count how many %s that this specific question has from the range in column P (after rounding these %s to match column P), I used this formula =SUMIFS('Immediate Manager'!K:K,">="&P2,'Immediate Manager'!K:K,"<"&P2+0.01,'Immediate Manager'!D:D,Sheet1!$A$1) but I got msg box "You have entered too few few arguments for this function", I'm not sure what I missed exactly. Below is the explanation of my formula:
- 'Immediate Manager'!K:K = is the %
- P2 = is the range
- Sheet1!$A$1 = the question list

Can anyone help please?

And below is the screenshot of my data:
2020-01-05 00_17_46-Top 10 Engagement Drivers by Function 20191105 V.2.xlsx - Excel.png
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
SUMIFS always has an odd number of arguments; first the range you wish to sum, the the corresponding pairs of ranges and criteria.
You have an even number of arguments.

See here for a complete explanation on how to use SUMIFS and an exanple: How to use the Excel SUMIFS function | Exceljet).
 
Upvote 0

Forum statistics

Threads
1,215,606
Messages
6,125,800
Members
449,261
Latest member
Rachel812321

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