daily incremental data

mwvirk

Active Member
Joined
Mar 2, 2011
Messages
295
Office Version
  1. 2016
Platform
  1. Windows
I am receiving a commission daily how can I add it to a sheet to add in existing data?
like on 30 Nov my total commission was 100
on 1st Dec I got another 10 so the total will be 110
now on 2nd Dec, I got another 20 so the total is 130
I also want to differentiate that how much is total gain today
I have a total of 200 clients and each one generates different commissions but it's not confirmed that all 200 clients generate commissions every day. sometimes only 50 out of 200 generate commission and sometimes 100
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
OK. i think i should try vlookup

can someone please help me in this #Value error:


MMK Clients Data.xlsx
ABCDEFGHIJKL
1F5114324929110174121,3809,803.11721,470.107515.00% #VALUE!
2FQ89666004,039.0056311020727,025810.750098.095212.10% #VALUE!
3HK1303320814493,4078,536.0421655.36877.68% #VALUE!
4HK14320000717929299200,81711,948.68071,784.911514.94% #VALUE!
5HK186500414C1206108.39301.362916.24% #VALUE!
6NR188300002,317.00250F5114281,99151,355.340630,955.989760.28%29.0030,984.9897
7NR302150037540FQ891,429,38082,638.289712,168.224014.72%563.0012,731.2240
Commission
Cell Formulas
RangeFormula
J1:J7J1=IF(H1>0,I1/H1,0)
K1:K7K1=IF(ISNA(VLOOKUP(F1,A:D,4,FALSE)),"",VLOOKUP(F1,A:D,4,FALSE))
L1:L7L1=I1+K1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
J1:J60Other TypeDataBarNO
 
Upvote 0
NOT really following on what info
oh you posted
change the I1+K1 to
=SUM(I1,K1)

as the formula is creating a ""
which is giving the Value error

that answers the value error

But i'm not following the original question & in context of the sample you produced
explain further using your example as context
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,272
Messages
6,177,632
Members
452,786
Latest member
k3calloway

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