Countifs Formula not providing results

Pancakey

New Member
Joined
Sep 27, 2023
Messages
22
Office Version
  1. 2021
Platform
  1. Windows
Hello,

I have having trouble having a result populate in column C. I have the formula entered but it is not populating anything.

Formula for C25:
=COUNTIFS('Purchase Order'!K:K,B27,'Purchase Order'!C:C,">="&StartDate,'Purchase Order'!C:C,"<="&EOMONTH(StartDate,11))

1701383937113.png


I have a drop-down menu entered in column K, however I am thinking of entering a formula for it. Either way, I am not sure what the problem is on why the results is not populating for the above formula.

Formula for C4 on the Purchase Order tab:
=VLOOKUP(E4,'PO Line Data UPD 11-28-23'!$1:$1048576,5,FALSE)
1701383791781.png
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
I have a correction for the above, how would I use the count formula to count the number of cells in a column based on a list of statuses, such as sent, in progress, paid, cancelled?
 
Upvote 0
Excel Formula:
In C25:  =countif(K4:K10,"Sent")

Excel Formula:
In C25: =countif(k4:K10,"In Progress")

Change ranges four your needs.
 
Upvote 0
Adjust the ranges as necessary.
N.B. You can post a concise extract of your sheet(s) with the forums tool named XL2BB.

T202312a.xlsm
ABCDE
1FromTo
2Sent01-Dec-2330-Nov-242
3orSent01-Dec-232
4
1d
Cell Formulas
RangeFormula
D2D2=EOMONTH(C2,11)
E2E2=COUNTIFS('Purchase Order'!K2:K1000,B2,'Purchase Order'!C2:C1000,">="&C2,'Purchase Order'!C2:C1000,"<="&D2)
E3E3=COUNTIFS('Purchase Order'!K2:K1000,B2,'Purchase Order'!C2:C1000,">="&C2,'Purchase Order'!C2:C1000,"<="&EOMONTH(C3,11))
 
Upvote 0

Forum statistics

Threads
1,215,360
Messages
6,124,493
Members
449,166
Latest member
hokjock

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