Microsoft
Software
Hardware
Network
Question : Cumulative Income for lookup in Microsoft Excel 2007
I use the following Lookup function:
=LOOKUP(H29,{0,25001,50001
,100001},{
0.5,0.55,0
.6,0.65})
I use it to calculate sales commission rates. H29 is the accumulated income to that date.
I want to be able to add another row, "32" and include some other income sources that are not based on accumulated sold value. This will however be included in the above to make the calculation.
So i want to change this to say, lookup h29 and add h32 and then use the same limits as before. Any ideas?
Answer : Cumulative Income for lookup in Microsoft Excel 2007
You should just be able to add that to the lookup value, i.e.
=LOOKUP(H29+H32,{0,25001,5
0001,10000
1},{0.5,0.
55,0.6,0.6
5})
regards, barry
Random Solutions
Using dragdrop, how to "reset" color of a label when mouse leaves and drop has not occurred?
WSS 3.0 back to original
Simple conditional in Kid template used with CherryPy
C# - I want to add "Everyone" user with full permission to a registry hive. Is there a way for this?
SQL SERVER 2005 - Problem with sp_addlinkedsrvlogin
Automatic Email Sending
Gridview label text changing from dataset population
How do i get the input of another program in C++ under Linux?
MySQL Query Where Not Exists
What is the best way to remove unicode character from a tuple in Python w/Sqlite?