Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dexman
 
Posts: n/a
Default Can Sumproduct do this?


Here is the problem.

I have a multi-tabbed sheet where the last tab contains lease factors
such as:

.0297
.02417
.02034

in a single column. Then there is a second column for a different type
of lease.

I have designed a sheet with 2 drop downs. Drop down "A" has 2 entries
in it returning a 1 or a 2 depending on the choice, and then Drop down
"B" has 7 entries in it for the various term lengths.

In plain english here is what I need to do:

IF Drop Down "A" is equal to 1 AND Drop Down "B" is equal to 1 AND
(some cell) is Greater Than 2999.99 THEN multiply (some cell) by the
appropriate rate on the Factors Page.

Wow. The IF function does not have enough depth to look at all of the
possibilities and I could not find a case function and I dont know VBA

Can anyone help me at all?


--
dexman
------------------------------------------------------------------------
dexman's Profile: http://www.excelforum.com/member.php...o&userid=31481
View this thread: http://www.excelforum.com/showthread...hreadid=511587

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jim Thomlinson
 
Posts: n/a
Default Can Sumproduct do this?

That sounds more like a vlookup to me than a sumproduct. the big question is
how do you find the factor on the rates page???

=A3 * if(and(A1 = 1, A2 = 1, A32999.99), vlookup(this, Inthat, returnthat,
false), 0)
--
HTH...

Jim Thomlinson


"dexman" wrote:


Here is the problem.

I have a multi-tabbed sheet where the last tab contains lease factors
such as:

.0297
.02417
.02034

in a single column. Then there is a second column for a different type
of lease.

I have designed a sheet with 2 drop downs. Drop down "A" has 2 entries
in it returning a 1 or a 2 depending on the choice, and then Drop down
"B" has 7 entries in it for the various term lengths.

In plain english here is what I need to do:

IF Drop Down "A" is equal to 1 AND Drop Down "B" is equal to 1 AND
(some cell) is Greater Than 2999.99 THEN multiply (some cell) by the
appropriate rate on the Factors Page.

Wow. The IF function does not have enough depth to look at all of the
possibilities and I could not find a case function and I dont know VBA

Can anyone help me at all?


--
dexman
------------------------------------------------------------------------
dexman's Profile: http://www.excelforum.com/member.php...o&userid=31481
View this thread: http://www.excelforum.com/showthread...hreadid=511587


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dexman
 
Posts: n/a
Default Can Sumproduct do this?


The problem with that is that the table does not have the value to
return. The value to return is what I need to calculate a certain way
based on criteria.

Here are the possibilities in list format

This is the first set of possible choices, they are in a drop down and
return the values of 1,2,3,4,5,6,7 depending on the users choice.

TermInMonths = (12,24,36,39,48,60,63)

The second set of possible choices, which are in a seperate drop down
return the values of 1,2 depending on the users choice

LeaseType = (Fair Market Value, 1.00 Buy Out)

So as you can see you can have a lease of 1 of 2 types and it can then
be a term of 12,24,36,39,48,60 or 63 months in length

There is a table that holds the rates based on the amount being leased.
There is a seperate table of rates for leases that are under $3000.00
for both lease types and a seperate table of rates for leases $3000.00
and up for both lease types.

In summary I need to determine lease type, term length and cost
threshold, get the apropriate rate based on that criteria and then
multiply that rate by the cost of equipment.

I hope this helps everyone understand what I am trying to accomplish,
someone rescue my brain please!!

Thanks in advance!


--
dexman
------------------------------------------------------------------------
dexman's Profile: http://www.excelforum.com/member.php...o&userid=31481
View this thread: http://www.excelforum.com/showthread...hreadid=511587

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
Sumproduct Peter B Excel Worksheet Functions 1 March 7th 05 01:59 PM
sumproduct causing memory errors? dave Excel Worksheet Functions 1 March 3rd 05 09:31 AM
Can I reference =, <, or > sign in SUMPRODUCT BobT Excel Discussion (Misc queries) 7 February 16th 05 01:58 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 04:33 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"