Need help with text variables = Formulas*

Hodgo

New Member
Joined
Jun 27, 2011
Messages
2
Hi all,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
I've been tearing our my hair trying to figure out a solution for my work spreadsheet problem of which I've been using only my high school taught excel knowledge with no success... *sigh*. Hopefully someone here can help :).<o:p></o:p>
<o:p></o:p>
First of, small background knowledge relevant to spreadsheet: I work in recruitment where we need a spreadsheet that can calculate the total of what the market would charge... hopefully by seeing how to logically create a formula like this I'll be able to form a formula for our Fees (almost half of what the market offers).<o:p></o:p>
<o:p></o:p>
<o:p></o:p>
First of there are Three Possible variables in cell $E2 (column name: "Type of Position")<o:p></o:p>
· Permanent<o:p></o:p>
· Contract<o:p></o:p>
· Extension<o:p></o:p>
<o:p></o:p>
Each "Type of Position" will need to have separate formulas in cell $T2 (column Market Rates) now I want to have a standard formula which incorporates each of the below so my account managers can just copy & paste down each row;<o:p></o:p>
· Permanent: $L2 (Salary) x 15%<o:p></o:p>
· Contract: 40(hr/wk) x $O2(Number of Weeks in separate column) x 15 (standard hr rate)<o:p></o:p>
· Extension: to just display "Extension" in $T2<o:p></o:p>
<o:p></o:p>
Now I would prefer to use IF then using VLOOKUP Key below just to keep it more compacted.<o:p></o:p>
<o:p> </o:p>
I know this is allot to ask but any help received is extremely appreciated<o:p></o:p>

Thanks
Hodgo
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Try ~

=IF($E2="Permanent",$L2*15%,IF($E2="Contract",$O2*40*15,IF($E2="Extension","Extension","")))

Cheers
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,761
Members
452,940
Latest member
rootytrip

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