DIARYTODAY
New Member
- Joined
- Apr 29, 2015
- Messages
- 23
Hi All,
I am new to VBA and need some help with few formulas. The first question is the Index and Match formula, it does not work for me. I have 2 sets of data as follows:
Table 1: Employee Name(A1), Client Name that EE works this month (B1), Total Days EE works (C1)/month <-- this is my data, it changes every month
Table 2: Employee Name (D1), CLient Name (E1), Client Rate (F1)<-- this data is set (1 EE can have different rates for diff client)
I need to calculate Total Cost per EE per month. So my formula is :
G1=(INDEX(F:F,MATCH(A1&B1,D:D&E:E,0),1))*C1) CSE
It seems like it works but when I double click the corner of the cell G1 to copy it down, it copies all the way down to the bottle of the page pass the data table and it starts giving me the msg "Excel ran out of resources while attempting to calculate one or more formulas. As a result, these formulas cannot be evaluated".
Please help! I need this to work for my report. Is my formula wrong?
Thank you in advance.
I am new to VBA and need some help with few formulas. The first question is the Index and Match formula, it does not work for me. I have 2 sets of data as follows:
Table 1: Employee Name(A1), Client Name that EE works this month (B1), Total Days EE works (C1)/month <-- this is my data, it changes every month
Table 2: Employee Name (D1), CLient Name (E1), Client Rate (F1)<-- this data is set (1 EE can have different rates for diff client)
I need to calculate Total Cost per EE per month. So my formula is :
G1=(INDEX(F:F,MATCH(A1&B1,D:D&E:E,0),1))*C1) CSE
It seems like it works but when I double click the corner of the cell G1 to copy it down, it copies all the way down to the bottle of the page pass the data table and it starts giving me the msg "Excel ran out of resources while attempting to calculate one or more formulas. As a result, these formulas cannot be evaluated".
Please help! I need this to work for my report. Is my formula wrong?
Thank you in advance.