I would be grateful if someone could help me combine an IF and LOOKUP formula in the attached spreasheet.
I have written in CELLS in N4 and N5 what I need to calculate Permanent and Contractor costs
Thanks a million
I would be grateful if someone could help me combine an IF and LOOKUP formula in the attached spreasheet.
I have written in CELLS in N4 and N5 what I need to calculate Permanent and Contractor costs
Thanks a million
hi Excel-Access, try:
=IF(E4="permanant",VLOOKUP(H4,$A$35:$B$42,2,0),I4*J4)*M4
ps: should be "permanent" though
Thanks, if you have clicked on the * and added our rep.
If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".
"Contentment is not the fulfillment of what you want, but the realization of what you already have."
Tips & Tutorials I Compiled | How to Get Quick & Good Answers
HI Excel-Access,
Use below formula:-
see attached:-=IF($E4="Permanant",VLOOKUP($H4,$A$35:$B$46,2,0)*$M4,$I4*$J4*$M4)
Regards,
DILIPandey
<click on below 'star' if this helps>
Last edited by dilipandey; 12-07-2012 at 10:30 AM. Reason: formula & workbook revised :)
DILIPandey, Excel rMVP
+919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com
formula for fte.xlsx
Beat me to it![]()
=IF(E4="Permanant",INDEX($B$35:$B$42,MATCH(H4,$A$35:$A$42,0)))*M4
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
@dilipandey
I dont know if that would work as there are 3 options...
@LegendRubber
yeah... realised after posting.. now corrected
Regards,
DILIPandey
<click on below 'star' if this helps>
Thank you for this.
I do need the formula to be modified slightly to say that if E4 - Contractor, then it should pick a different formula IF E5 = CONTRACTOR, TAKE I5 MULTIPLY BY J5, MULTIPLY BY M5
Currently N5 formula is wrong. Can you help?
Thank you very to all who have responded - most grateful.
The formula is not correct
I do need the formula to be modified slightly to say that if E4 - Contractor, then it should pick a different formula IF E5 = CONTRACTOR, TAKE I5 MULTIPLY BY J5, MULTIPLY BY M5
Currently N5 formula is wrong. Can you help?
Adding on to Fotis' formula
=IF(E4="Permanant",INDEX($B$35:$B$42,MATCH(H4,$A$35:$A$42,0))*M4,IF(E4="Contractor",I4*J4*M4,""))
Life's a spreadsheet, Excel!
Say thanks, Click *
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks