Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Array formula problem

I am getting a #Value answer for an array formula that I am using and I can
not figure out what is causing it. I have a spreadsheet with a column
describing the type of data, column with names, columns with monthly data.
For example, in the first column I have the name of different types of data
like Amb for one type of visit and Hosp for another type of visit, then the
next column contains doctor names so I would have two or more rows for Dr. X
one for each data type and if he practices in multiple locations there could
be 4 rows for 2 locations. The next columns are for each month.
My array formula is {=SUM((type=$F$2)*(name=$B15)*Jul)} on the sheet I am
working on. I have named the data type column with the range name of "type",
the name column is range name of "name" and the column with July data is
range name of "Jul". Cell reference of $f$2 refers to the particular type of
data (Amb for visit type) and $b15 refers to the particular doctor and Jul
refers to the column containing the July data.
What is baffling me is this formula is working in every instance except for
the month of August. I've checked that all the named ranges are the same
length but I can't think of anything else.
Thank you for your assistance.
--
Constance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Array formula problem

I'd check the dimension of those named ranges once more.

And if you don't have Jan Karel Pieterse's (with Charles Williams and Matthew
Henson) Name Manager, you should get it.

You can find it at:
NameManager.Zip from http://www.oaltd.co.uk/mvp

===
Second thing I'd do is check for errors in any of those ranges--or non-numeric
stuff in the Aug range.



Constance wrote:

I am getting a #Value answer for an array formula that I am using and I can
not figure out what is causing it. I have a spreadsheet with a column
describing the type of data, column with names, columns with monthly data.
For example, in the first column I have the name of different types of data
like Amb for one type of visit and Hosp for another type of visit, then the
next column contains doctor names so I would have two or more rows for Dr. X
one for each data type and if he practices in multiple locations there could
be 4 rows for 2 locations. The next columns are for each month.
My array formula is {=SUM((type=$F$2)*(name=$B15)*Jul)} on the sheet I am
working on. I have named the data type column with the range name of "type",
the name column is range name of "name" and the column with July data is
range name of "Jul". Cell reference of $f$2 refers to the particular type of
data (Amb for visit type) and $b15 refers to the particular doctor and Jul
refers to the column containing the July data.
What is baffling me is this formula is working in every instance except for
the month of August. I've checked that all the named ranges are the same
length but I can't think of anything else.
Thank you for your assistance.
--
Constance


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Array formula problem

Thank you a million times! There was a text entry in my range.
--
Constance


"Dave Peterson" wrote:

I'd check the dimension of those named ranges once more.

And if you don't have Jan Karel Pieterse's (with Charles Williams and Matthew
Henson) Name Manager, you should get it.

You can find it at:
NameManager.Zip from http://www.oaltd.co.uk/mvp

===
Second thing I'd do is check for errors in any of those ranges--or non-numeric
stuff in the Aug range.



Constance wrote:

I am getting a #Value answer for an array formula that I am using and I can
not figure out what is causing it. I have a spreadsheet with a column
describing the type of data, column with names, columns with monthly data.
For example, in the first column I have the name of different types of data
like Amb for one type of visit and Hosp for another type of visit, then the
next column contains doctor names so I would have two or more rows for Dr. X
one for each data type and if he practices in multiple locations there could
be 4 rows for 2 locations. The next columns are for each month.
My array formula is {=SUM((type=$F$2)*(name=$B15)*Jul)} on the sheet I am
working on. I have named the data type column with the range name of "type",
the name column is range name of "name" and the column with July data is
range name of "Jul". Cell reference of $f$2 refers to the particular type of
data (Amb for visit type) and $b15 refers to the particular doctor and Jul
refers to the column containing the July data.
What is baffling me is this formula is working in every instance except for
the month of August. I've checked that all the named ranges are the same
length but I can't think of anything else.
Thank you for your assistance.
--
Constance


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Array formula problem

If you use names a lot, you'll really enjoy(?) excel more if you use Name
Manager.



Constance wrote:

Thank you a million times! There was a text entry in my range.
--
Constance

"Dave Peterson" wrote:

I'd check the dimension of those named ranges once more.

And if you don't have Jan Karel Pieterse's (with Charles Williams and Matthew
Henson) Name Manager, you should get it.

You can find it at:
NameManager.Zip from http://www.oaltd.co.uk/mvp

===
Second thing I'd do is check for errors in any of those ranges--or non-numeric
stuff in the Aug range.



Constance wrote:

I am getting a #Value answer for an array formula that I am using and I can
not figure out what is causing it. I have a spreadsheet with a column
describing the type of data, column with names, columns with monthly data.
For example, in the first column I have the name of different types of data
like Amb for one type of visit and Hosp for another type of visit, then the
next column contains doctor names so I would have two or more rows for Dr. X
one for each data type and if he practices in multiple locations there could
be 4 rows for 2 locations. The next columns are for each month.
My array formula is {=SUM((type=$F$2)*(name=$B15)*Jul)} on the sheet I am
working on. I have named the data type column with the range name of "type",
the name column is range name of "name" and the column with July data is
range name of "Jul". Cell reference of $f$2 refers to the particular type of
data (Amb for visit type) and $b15 refers to the particular doctor and Jul
refers to the column containing the July data.
What is baffling me is this formula is working in every instance except for
the month of August. I've checked that all the named ranges are the same
length but I can't think of anything else.
Thank you for your assistance.
--
Constance


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Efficient Array Formula Construction Mike Moore Excel Discussion (Misc queries) 8 July 24th 06 12:37 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
Problem w/ vertical array formula AZExcelNewbie Excel Discussion (Misc queries) 3 May 26th 05 07:43 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Help with array formula Excel Worksheet Functions 2 January 20th 05 04:17 PM


All times are GMT +1. The time now is 08:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"