jmahlow7

New Member
Joined
Jan 23, 2016
Messages
16
I need Help, I Have 3 Sales People who I want to calculate their Percentages on their deals.

So if A1 =

Jessica than I want B1 to = 20
Daniel than I want B1 to = 40
Olivia than I want B1 to = 40


Also, If I continue to add more sales people at different percentages, whats your suggestions on a better way to do this formula? Or do I always have to go in here and add new people to the formula?
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Alternatively for many sales people, you can create a constant mapping range somewhere else in the sheet or in another sheet, lets say you create your mapping in range F1 to G3, you enter F1=Jessica G1=20, then F2=daniel G2=40 and so on, you only once create this mapping range and whenever you add more pople add to buttom of the mapping range, then go to B column and call with a vlookup this way, vlookup(A1, F1:G3,2,0) copy down formula , thats all you will get correct result
 
Upvote 0
Alternatively for many sales people, you can create a constant mapping range somewhere else in the sheet or in another sheet, lets say you create your mapping in range F1 to G3, you enter F1=Jessica G1=20, then F2=daniel G2=40 and so on, you only once create this mapping range and whenever you add more pople add to buttom of the mapping range, then go to B column and call with a vlookup this way, vlookup(A1, F1:G3,2,0) copy down formula , thats all you will get correct result


Makes Total Sense.I am not familiar with Mapping, so I will see if I can make it work, I have another sheet that I have been using for making lists
 
Upvote 0
Also If I have a function such as F4 =F2-(D2*100), since its subtracting and If I have no data in there it will always be -100 until I put data. How can I make it show nothing until data is entered?
 
Upvote 0
Is there also an easier way to use this formula for the full column instead of dragging it down 1000 rows?
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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