Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default Keep getting #N/A versus Dollar amts

I've used Sumproduct extensively over the years, but now I'm trying another
routine type set up and it is returning the infamous #N/A in my cell.
grrrrrrr

My Column H is a fromula that returns either: "Reg", "VsMc" or "Disc" <<
w/o quotes

My Column L is a formula that returns a number - formatted as text ( say
4115)
Cell $K$3 represent the same 4 digit number that is formatted as Text

My Column I is strictly Dollar-amts.

When I test Column E, H and I on various cells, like =ISTEXT() they all
return TRUE

Help -- please...

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),$I$8:$I$4541)

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Keep getting #N/A versus Dollar amts

Did you try

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),($I$8:$I$4541))


"JMay" wrote:

I've used Sumproduct extensively over the years, but now I'm trying another
routine type set up and it is returning the infamous #N/A in my cell.
grrrrrrr

My Column H is a fromula that returns either: "Reg", "VsMc" or "Disc" <<
w/o quotes

My Column L is a formula that returns a number - formatted as text ( say
4115)
Cell $K$3 represent the same 4 digit number that is formatted as Text

My Column I is strictly Dollar-amts.

When I test Column E, H and I on various cells, like =ISTEXT() they all
return TRUE

Help -- please...

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),$I$8:$I$4541)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default Keep getting #N/A versus Dollar amts

Discovered deep down in my rows (between 8 and 4531) I have a couple of
#N/A's in the cells of Column I << pluse I had a couple numbers in Column L
that were not
TEXT, Fould using the Goto Specialbox formulas TEXT (only)..

Thanks for the suggestion.

Jim

"Barb Reinhardt" wrote:

Did you try

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),($I$8:$I$4541))


"JMay" wrote:

I've used Sumproduct extensively over the years, but now I'm trying another
routine type set up and it is returning the infamous #N/A in my cell.
grrrrrrr

My Column H is a fromula that returns either: "Reg", "VsMc" or "Disc" <<
w/o quotes

My Column L is a formula that returns a number - formatted as text ( say
4115)
Cell $K$3 represent the same 4 digit number that is formatted as Text

My Column I is strictly Dollar-amts.

When I test Column E, H and I on various cells, like =ISTEXT() they all
return TRUE

Help -- please...

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),$I$8:$I$4541)

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Keep getting #N/A versus Dollar amts

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),(if(isnumber($I$8:$I$4541),$I$ 8:$I$4541))

Might work in that case.


"JMay" wrote:

Discovered deep down in my rows (between 8 and 4531) I have a couple of
#N/A's in the cells of Column I << pluse I had a couple numbers in Column L
that were not
TEXT, Fould using the Goto Specialbox formulas TEXT (only)..

Thanks for the suggestion.

Jim

"Barb Reinhardt" wrote:

Did you try

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),($I$8:$I$4541))


"JMay" wrote:

I've used Sumproduct extensively over the years, but now I'm trying another
routine type set up and it is returning the infamous #N/A in my cell.
grrrrrrr

My Column H is a fromula that returns either: "Reg", "VsMc" or "Disc" <<
w/o quotes

My Column L is a formula that returns a number - formatted as text ( say
4115)
Cell $K$3 represent the same 4 digit number that is formatted as Text

My Column I is strictly Dollar-amts.

When I test Column E, H and I on various cells, like =ISTEXT() they all
return TRUE

Help -- please...

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),$I$8:$I$4541)

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Keep getting #N/A versus Dollar amts

Correct the #N/A and then try this

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--(--$L$8:$L$4541=--$K$3),$I$8:$I$4541)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Barb Reinhardt" wrote in message
...
=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),(if(isnumber($I$8:$I$4541),$I$ 8:$I$4541))

Might work in that case.


"JMay" wrote:

Discovered deep down in my rows (between 8 and 4531) I have a couple of
#N/A's in the cells of Column I << pluse I had a couple numbers in Column
L
that were not
TEXT, Fould using the Goto Specialbox formulas TEXT (only)..

Thanks for the suggestion.

Jim

"Barb Reinhardt" wrote:

Did you try

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),($I$8:$I$4541))


"JMay" wrote:

I've used Sumproduct extensively over the years, but now I'm trying
another
routine type set up and it is returning the infamous #N/A in my
cell.
grrrrrrr

My Column H is a fromula that returns either: "Reg", "VsMc" or
"Disc" <<
w/o quotes

My Column L is a formula that returns a number - formatted as text
( say
4115)
Cell $K$3 represent the same 4 digit number that is formatted as Text

My Column I is strictly Dollar-amts.

When I test Column E, H and I on various cells, like =ISTEXT()
they all
return TRUE

Help -- please...

=SUMPRODUCT(--($H$8:$H$4541="VsMc"),--($L$8:$L$4541=$K$3),$I$8:$I$4541)



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
Lookup date on multiple worksheets, total amts for adjacent colmn robnsd Excel Discussion (Misc queries) 0 February 15th 07 11:32 PM
Deleting rows that are equal amts but different signs Dolphinv4 Excel Discussion (Misc queries) 1 December 28th 06 02:46 PM
Excel: PC versus Mac JimMay Excel Discussion (Misc queries) 1 April 28th 06 05:51 PM
dollar amount versus Time Webitect Excel Worksheet Functions 2 March 4th 06 07:44 PM
Separating Over/Short Amts. bem Excel Worksheet Functions 3 June 25th 05 06:14 AM


All times are GMT +1. The time now is 01:45 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"