calculate data from another spreadsheet

oreilly

New Member
Joined
May 23, 2019
Messages
5
hello there, i've been stuck with a problem that i cannot resolve. i got a spreadsheet named 2014.
On this spreadsheet there's data from cells o3 thru o83 with numbers from 0 thru 99,99 .
On another spreadsheet, call it RECAP, i try to calculate how many cells have 0 thru 9,99 on
spreadsheet 2014. I've tried many formulas but to no success. Can you help?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
try


Book1
A
111.04
222.45
379.84
433.65
534.02
63.65
76.16
883.4
989.9
1073.44
1128.65
1240
1385.14
1422.69
1589.62
1666.68
1773.01
1827.63
193.89
2040.71
Sheet8



Book1
A
13
Sheet9
Cell Formulas
RangeFormula
A1=COUNTIF(Sheet8!A1:A20,"<9.99")
 
Upvote 0
thanks Alan for your rapid response. I've tried with =countif(sheet2014!O3:O83,"<9,99") but it gives me an error "Character in a formula is not valid". I've replaced your 9.99 by 9,99 because it is how i formatted my data in O3 thru O83, but either way it gives me the error.
 
Upvote 0
Check if this work or not

=COUNTIF(Sheet8!A1;A20,"<9,99")
 
Upvote 0
sorry for the late answer. No it didn't work. i found this formula which does the work... =NB.IF('2014'.O3:O83;"<=9,99") Thanks for your suggestions.
 
Upvote 0
would you post a small sample of your data here so that we can have a look
 
Upvote 0

Forum statistics

Threads
1,214,584
Messages
6,120,385
Members
448,956
Latest member
JPav

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