Missing Something, Can't Find It!!!!

CARBOB

Well-known Member
Joined
Jun 6, 2005
Messages
1,870
Will someone please tell me, what am I missing? The formula in CY 5 and CY 9 are both the same, but different ranges. CY 5 uses data in col's H $ I. CY 9 uses data from col's J & K. I'm getting a value not available.
Excel Workbook
CWCXCYCZ
3SKIP123
4HITS12810056
5SKIP143326
6AVG8.3810.7319.16
7SKIP123
8HITS13511051
9SKIP33#N/A#N/A
10AVG7.959.7521.04
DEGREE OF CERTAINTY
Excel 2007
Cell Formulas
RangeFormula
CX6=IF(CX4=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CX4)
CX10=IF(CX8=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CX8)
CY6=IF(CY4=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CY4)
CY10=IF(CY8=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CY8)
CZ6=IF(CZ4=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CZ4)
CZ10=IF(CZ8=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CZ8)
#VALUE!
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Excel Workbook
NameRefers To
pair=#REF!#REF!
Workbook Defined Names
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
#REF errors are usually because the area is outside of the formula parameters
or
there is a #REF error within the data area

check those and see if you see the problem with that
 
Upvote 0
texaslynn, thank you for your response, found the problem. The problem was one of the ranges, CY9, was floating instead of fixed. What a pain!!!

Will someone please tell me, what am I missing? The formula in CY 5 and CY 9 are both the same, but different ranges. CY 5 uses data in col's H $ I. CY 9 uses data from col's J & K. I'm getting a value not available.
Excel Workbook
CWCXCYCZ
3SKIP123
4HITS12810056
5SKIP143326
6AVG8.3810.7319.16
7SKIP123
8HITS13511051
9SKIP33#N/A#N/A
10AVG7.959.7521.04
DEGREE OF CERTAINTY
Excel 2007
Cell Formulas
RangeFormula
CX6=IF(CX4=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CX4)
CX10=IF(CX8=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CX8)
CY6=IF(CY4=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CY4)
CY10=IF(CY8=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CY8)
CZ6=IF(CZ4=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CZ4)
CZ10=IF(CZ8=0,"",COUNT('5 DIGIT PAIRS'!$A:$A)/CZ8)
#VALUE!
Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Excel Workbook
NameRefers To
pair=#REF!#REF!
Workbook Defined Names
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,750
Members
452,940
Latest member
rootytrip

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