#1   Report Post  
Posted to microsoft.public.excel.misc
Merlin54k
 
Posts: n/a
Default Sumproduct Help


I am having a problem using Sumproduct. The sumproduct formula is
gathering the necessary information using:

=SUMPRODUCT((($M93='2007 Rems Slide Obl'!$C$4:$C$1918)*('Branches 2007
Budget'!$J93='2007 Rems Slide Obl'!$U$4:$U$1918)*('2007 Rems Slide
Obl'!W$4:W$1918)))

But I am trying to multiply the results from above by the information
information in the adjacent cell P93 which is a percentage.

I was hoping that by doing:
=SUMPRODUCT((($M93='2007 Rems Slide Obl'!$C$4:$C$1918)*('Branches 2007
Budget'!$J93='2007 Rems Slide Obl'!$U$4:$U$1918)*('2007 Rems Slide
Obl'!W$4:W$1918)))*P93
would give me the results but I receive #Value!

The information in P93 is a percentage gathered from another tab
using:
=IF(ISERROR(VLOOKUP($M85,REMS2007!$M$4:$P$1786,4,F
ALSE)),0,VLOOKUP($M85,REMS2007!$M$4:$P$1786,4,FALS E))

Is there a way that I can multiply the result in Q83 by P83 to get the
percentage. I know that it works by doing copy, paste, special and
listing the end results of the percentage.


--
Merlin54k
------------------------------------------------------------------------
Merlin54k's Profile: http://www.excelforum.com/member.php...o&userid=35199
View this thread: http://www.excelforum.com/showthread...hreadid=549654

  #2   Report Post  
Posted to microsoft.public.excel.misc
excelent
 
Posts: n/a
Default Sumproduct Help

seems to me u got a text value somwhere in ur referenses

if this 1 is ok

=SUMPRODUCT((($M93='2007 Rems Slide Obl'!$C$4:$C$1918)*('Branches 2007
Budget'!$J93='2007 Rems Slide Obl'!$U$4:$U$1918)*('2007 Rems Slide
Obl'!W$4:W$1918)))


then check if

=IF(ISERROR(VLOOKUP($M85,REMS2007!$M$4:$P$1786,4,F
ALSE)),0,VLOOKUP($M85,REMS2007!$M$4:$P$1786,4,FALS E))

returns a numeric value


  #3   Report Post  
Posted to microsoft.public.excel.misc
Merlin54k
 
Posts: n/a
Default Sumproduct Help


The Sumproduct gathers the intended information using but the problem is
when I add *P83 to the end of it in an effort to mulitply it to the
adjacent cell.

P83 the adjacent cell produces a number from VLook Up.

CELL Q85 Has:
=SUMPRODUCT((($M85='2007 Rems Slide Obl'!$C$4:$C$1918)*('Branches 2007
Budget'!$J85='2007 Rems Slide Obl'!$U$4:$U$1918)*('2007 Rems Slide
Obl'!W$4:W$1918)))

CELL P85 Has (proucing a percentage result):
=IF(ISERROR(VLOOKUP($M85,REMS2007!$M$4:$P$1786,4,F ALSE)),0,VLOOKUP($M85,REMS2007!$M$4:$P$1786,4,FALS E))

I was hoping that by doing:
=SUMPRODUCT((($M85='2007 Rems Slide Obl'!$C$4:$C$1918)*('Branches 2007
Budget'!$J85='2007 Rems Slide Obl'!$U$4:$U$1918)*('2007 Rems Slide
Obl'!W$4:W$1918)))*P85

I would get the result in Q85 pro-rates based on the percentage in P85.


--
Merlin54k
------------------------------------------------------------------------
Merlin54k's Profile: http://www.excelforum.com/member.php...o&userid=35199
View this thread: http://www.excelforum.com/showthread...hreadid=549654

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
Adding "OR" to a Sumproduct Formula Duke Carey Excel Worksheet Functions 0 March 21st 06 06:41 PM
Need help with sumproduct & dynamic ranges bill_s1416 Excel Worksheet Functions 1 March 19th 06 03:36 AM
Sumproduct Peter B Excel Worksheet Functions 1 March 7th 05 01:59 PM
Sumproduct function not working Scott Summerlin Excel Worksheet Functions 12 December 4th 04 05:15 AM
adding two sumproduct formulas together ski2004_2005 Excel Worksheet Functions 1 November 12th 04 09:08 PM


All times are GMT +1. The time now is 10:56 AM.

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

About Us

"It's about Microsoft Excel"