formulas not working

JOEE1979

Active Member
Joined
Dec 18, 2022
Messages
250
Office Version
  1. 365
Platform
  1. Windows
For some reason when I enter formulas, they are not being calculated.
What am I doing wrong?

Steeprock Yard List.xlsm
PQRS
30
31DDS=COUNTIF(F3:S12, ">8000")
32MCI=COUNTIF(F3:S12, "<3000")
33TOTAL=SUM(R31:R32)
34
Yard List
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
check the cell is not set to text
and there is not a space before the =
 
Upvote 0
just seen, you are counting a range F3 to S12
so need sumproduct - but for some strange reason , thats not working for me !!!!!!!!
 
Upvote 0
ignore all that
I got it working with a countif and a countifs

BUT i had to put into a new spreadsheet - I just could not make the copy from XL2BB work

Book4
FGHIJKLMNOPQR
1
2
3
4
5
6
79000000
8
9
10900000
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
322
Sheet1
Cell Formulas
RangeFormula
R32R32=COUNTIF(F3:S12,">"&8000)
 
Upvote 0
Solution
FYI
=COUNTIF(F3:S12,">8000")

I tend to use
=COUNTIF(F3:S12,">"&8000), as for some reason the previous formula with ">8000" I have had a lot of issues in the past , when using all within quotes , not sure why

BUT they both work in this instance on the data , IN A NEW Spreadsheet
 
Upvote 0

Forum statistics

Threads
1,215,030
Messages
6,122,762
Members
449,095
Latest member
m_smith_solihull

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