INPUT RANGE CONTAINS NON-NUMERIC DATA but all columns show no existing non-numeric data

winds

Board Regular
Joined
Mar 9, 2022
Messages
69
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. MacOS
I'm trying to use the correlation function in analysis toolpak but I keep getting "INPUT RANGE CONTAINS NON-NUMERIC DATA". I've used the =SUMPRODUCT(--NOT(ISNUMBER(range))) function for the columns I want to check, and all columns I want to use have turned up 0 but unfortunately I am still getting "INPUT RANGE CONTAINS NON-NUMERIC DATA". Ideas?
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Have you checked for zero length characters? I'm not sure if those show up in <> ISNUMBER().
 
Upvote 0
I'm not sure what your data is like. But there are ASCII characters that have zero length. They do show up in LEN() function. If you have using data that was copied from a web page that can happen. Carriage Returns are also an example. Here is the list of characters. to see the code of a character use the CODE() function, it takes only 1 character, ie. CODE("A") = 65, to select a character from a code use the CHAR() function, CHAR(65) = "A". There are some you tube lessons and probably some threads in this help forum on how to find and remove them. Here is an example of char 28-31 being in a text string that isn've visible but affects the length: (Ignore the "SEQUENCE FUNCTION" , im just using it to create the text strings for the example. You can get a list of the characters with this: Char(Row(A1:A255)), if your version of excel can do spilled formulas.

WorkBook1.xlsx
DEFGH
64DISPLAYLENGTHREMOVEDLENGTH REMOVED
65CHAR(28):JOHN123456789015JOHN123456789014
66CHAR(29):JOHN123456789015JOHN123456789014
67CHAR(30):JOHN123456789015JOHN123456789014
68CHAR(31):JOHN123456789015JOHN123456789014
Sheet1
Cell Formulas
RangeFormula
D65:D68D65="CHAR("& SEQUENCE(4,1,28,1) &"):" & CHAR(SEQUENCE(4,1,28,1))
E65:E68E65="JOHN" & CHAR(SEQUENCE(4,1,28,1)) & "1234567890"
F65:F68,H65:H68F65=LEN(E65)
G65G65=REPLACE(E65,FIND(CHAR(28),E65),1,"")
G66G66=REPLACE(E66,FIND(CHAR(29),E66),1,"")
G67G67=REPLACE(E67,FIND(CHAR(30),E67),1,"")
G68G68=REPLACE(E68,FIND(CHAR(31),E68),1,"")
Dynamic array formulas.
 
Upvote 0
you can also see if values in cells are numbers by removing any alignment formatting. Also, if you are using some aggregate or array function that resolve to TRUE/FALSE, you can wrap that part of the expression in parentheses and multiply by "--" or 1* or 0+ and that will force the expression to be a number before the ISNUMBER test.
 
Upvote 0
4072.53663.893293.752576292379.31211886342264.712.71520221333433333333343344444433344333333333333333333443333333333433344333443333333434333333
34​
14​
16​
3​
0​
1​
14​
41​
30​
88​
33​
97​
33​
97​
1​
3​
34​
12​
16​
2​
2​
2​
12​
35​
28​
82​
30​
88​
32​
94​
2​
6​
34​
1​
7​
15​
7​
4​
1​
3​
8​
24​
23​
68​
30​
88​
4​
12​
34​
2​
18​
7​
3​
4​
2​
6​
20​
59​
27​
79​
30​
88​
4​
12​
34​
24​
8​
1​
0​
1​
24​
71​
32​
94​
33​
97​
33​
97​
1​
3​
5149.0255404551.113565.71543055.56452862.22421535.712.51120221443434333343343333333334333333333333333333333333333434333333232433333333333332333333
42​
7​
17​
12​
1​
5​
7​
17​
24​
57​
36​
86​
37​
88​
5​
12​
42​
12​
10​
8​
6​
6​
12​
29​
22​
52​
30​
71​
36​
86​
6​
14​
42​
1​
6​
8​
13​
14​
1​
2​
7​
17​
15​
36​
28​
67​
14​
33​
42​
5​
15​
6​
8​
8​
5​
12​
20​
48​
26​
62​
34​
81​
8​
19​
42​
11​
23​
2​
3​
3​
11​
26​
34​
81​
36​
86​
39​
93​
3​
7​
1283.331190.91977.785609888.89131310013969.233.2920221323433333433332223333222222322213323333334433333333333342221222333232333342222323232
13​
9​
4​
0​
0​
0​
9​
69​
13​
100​
13​
100​
13​
100​
0​
0​
13​
10​
1​
2​
0​
0​
10​
77​
11​
85​
13​
100​
13​
100​
0​
0​
13​
3​
4​
2​
2​
2​
3​
23​
7​
54​
9​
69​
11​
85​
2​
15​
13​
6​
6​
1​
0​
0​
6​
46​
12​
92​
13​
100​
13​
100​
0​
0​
13​
8​
5​
0​
0​
0​
8​
62​
13​
100​
13​
100​
13​
100​
0​
0​

Just to give an example, this is part of the data for one row. Although some of the data in other rows had some blanks, and some had '-', NA, N/A but I've replaced all of these with 0 and still getting the error.
 
Upvote 0
well. Is this raw data or calculated fields? I'm guessing they are calculated fields. If just raw data you could take that into the power query/power pivot and clean it up there.
Also, if you get xl2bb you can post a snippet of the range with the errors and the formula cell and folks can try to debug with the real data.
 
Upvote 0
winds, did you paste one row or 3 rows into the message? When I posted I got a very strange result. The Column A pasted 4072.53663.893293.752576292379.31211886342264.712.71520221333433333333343344444433344333333333333333333443333333333433344333443333333434333333. into one cell then the remaining cells of that row were put into a column. Then it did the same for the 2nd and 3rd row.

What is Column A?
 
Upvote 0
winds, did you paste one row or 3 rows into the message? When I posted I got a very strange result. The first row pasted all into one cell then the cells of that cell were dropped into a column The same thing for the next two rows. Are these spilled arrays?
It's supposed to be one very long row but for some reason it pasted as three rows. I'm not sure if it's spilled arrays
 
Upvote 0
It's supposed to be one very long row but for some reason it pasted as three rows. I'm not sure if it's spilled arrays
i edited that last comment, can you look again. It is very strange.
 
Upvote 0

Forum statistics

Threads
1,215,787
Messages
6,126,897
Members
449,347
Latest member
Macro_learner

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