New to this forum, Need help :)

walkonrain

New Member
Joined
May 29, 2013
Messages
8
Hi All,
Need a help on excel, found this ocean of knowledge site while surfing and enrolled quickly :)

Here is my issue :
TypeRankSMIDUnit DtMIDMNameLoan IDRD-MonthFD-MonthDateAmtComm RDComm FD
Renewal11A23/6R2010ABLR00112-1000
New9B24/6R2011CDLR002155000

<tbody>
</tbody>

Table explanation:
Type : Either Renewal or New
Rank : position
SMID: Senior Member ID
Unitdate: Date
MID: Member ID
MName: Member Name
Loan ID: Loan ID
RD-Month: Here is the no# of month RD taken
FD-Month: Its the no of month FD taken
Date
AMount: total amount taken in the perticular month
Comm RD: Commission for RD
Comm FD: Commission for FD

What i am looking for : i am trying to calculate the commission ( last 2 columns)
Condition is : for example " If for a person the Rank is 11, and the tenure for the loan is 12 month ( RD-Month column), and i also have the commission table which is given below, i need to calculate the Commission for RD ( second last column) which i am unable to figure out.

In the same way i need to calculate the commission for FD ( the last coulmn) given the same condition above.

Below table is the rank ( horizontal ) and month in vertical (extreme left)
Rest are the commission for each rank month wise.

Rank123456789101112131415
122.03.04.05.06.07.08.019.010.01.012.013.014.015.016.0
152.53.54.55.5.6.57.58.59.510.511.512.513.514.515.516.5

<tbody>
</tbody>


Similarly for FD commission calculation here is the table below:

Rank123456789101112131415
122.83.94.96.08.09.010.011.012.013.014.015.016.017.0
152.53.54.55.5.6.57.58.59.510.511.512.513.514.515.516.5

<tbody>
</tbody>

I am unable to paste the exact Excel format, my first part is on one sheet and rest 2 tables in on ther sheet

I tried my level best to explain what help i need, If any further quaries, please let me know

Thanks,
Walkonrain
 
I have sent an email containing the updated file, subject line= "Bertie".

For future reference, don't post your email address in an open forum, send it via PM's if necessary.

If you have any response to my updates, please post back here. Others may be following the thread to get ideas for their own project.

Bertie
 
Upvote 0

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Hi Berti,
Sorry again...:)
I tried the same formula but its showing #N/A

i might have made mistake and not mentioning that :
IF the rank is ( whatever the user puts in ) and RD is the tenure ( this is also put by the user ) and Amount ( column M ) in my sheet ( this also user will put in ) then commission calculated automatically.

I know i am bugging you :) and really appriciate your help, please let me know how do i do this.
** amount column M is very imp because user will put the amount for the month and based on that commission get generated in both the columns ( N and O )

Thanks again..
 
Upvote 0
I tried the same formula but its showing #N/A

Referring to the file you uploaded.
On the Ranjan sheet, the value in cell B3 =11:


Excel 2007
AB
2TypeRank
3Renewal11
Ranjan


This value is not present in the RD sheet, lookup range, hence the #N/A error:

Excel 2007
A
1Rank
212
315
418
521
624
736
848
960
RD


If you change the values B3=12 and J3=12

Excel 2007
ABCDEFGJ
2TypeRankSenior M.IDUnit DateMember IDM. NameLoan ID NoRD
3Renewal12Ramendra Mondal23/6/2013R2010A BiswasLR00112
Ranjan


Then the formula will return the value at the intersect, i.e., 13 in our example.

Excel 2007
ABCDEFGHIJKLM
1Rank123456789101112
2122.03.04.05.06.07.08.09.010.011.012.013.0
RD


To summarize. you will get an #N/A error if there are no values in column B or J in the Ranjan sheet. We could use IF statements to handle this, but the formula will get messy. It is best you understand what it is doing before we go down that road.
 
Upvote 0
[edit] post deleted - ExcelToHtnl didn't parse formula correctly.

N2 messy formula
=IF(B4="",0,IF(J4="",0,IF(ISERROR(MATCH(B4,RD!$A$1:$A$9,0)),0,INDEX(RD!$A$1:$P$9,MATCH(B4,RD!$A$1:$A$9,0),MATCH(J4,RD!$A$1:$P$1,0)))))

O2 messy formula
=IF(B4="",0,IF(K4="",0,IF(ISERROR(MATCH(B4,FD!$A$1:$A$15,0)),0,INDEX(FD!$A$1:$P$15,MATCH(B4,RD!$A$1:$A$9,0),MATCH(K4,FD!$A$1:$P$1,0)))))
 
Last edited:
Upvote 0
Hi,
We missed out one vital information in the sheet. I have send a mail to you Please do check ..

thanks..
 
Upvote 0
Oops... sorry.. i missed out what you said.. "Others may be following the thread to get ideas for their own project."

We missed out the Amount part which is main calculation based on % and an i am unable to do that.. please help sir..
 
Upvote 0
Hi Dvuti,

Excel 2007
LMNO
1June 13Commission
2DateAmountRDFD
4506.59.6

<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Ranjan


Let me see if I understand what you are looking for using the above sample data.
M4 - user enters AMOUNT value
N4 - formula to pull through commission percentage PERC from RD sheet.

If you want the commission amount, PERC*AMOUNT, then just add; *(M4/100) onto the end of the formula in N4.

Excel 2007
LMNO
1June 13Commission
2DateAmountRDFD
4503.259.6

<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Ranjan


Does this help?
See email for updated sheet.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,020
Messages
6,122,712
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top