Complex nested if formula help...
Closed
iisjo
Posts
1
Registration date
Thursday June 23, 2016
Status
Member
Last seen
June 23, 2016
-
Jun 23, 2016 at 04:38 PM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Jun 24, 2016 at 09:18 AM
Mazzaropi Posts 1985 Registration date Monday August 16, 2010 Status Contributor Last seen May 24, 2023 - Jun 24, 2016 at 09:18 AM
Related:
- Complex nested if formula help...
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Excel grade formula - Guide
- Number to words in excel formula - Guide
- Date formula in excel dd/mm/yyyy - Guide
- Credit summation formula - Guide
1 response
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Jun 24, 2016 at 09:18 AM
Jun 24, 2016 at 09:18 AM
iisjo, Good morning.
MS Excel is a powerful tool and a lot of times there are many different ways to solve a question.
You asked for an IF Function solution.
Try this one: =IF(D15="A",E8,IF(D15="B",E9,IF(D15="C",E10,IF(D15="D",E11,""))))
Another solutions:
--> Using VLOOKUP Function
=VLOOKUP("JOB " & D15, D8:E11, 2, FALSE)
--> Using MATCH and OFFSET Functions
=OFFSET(E7,MATCH("JOB " & D15, D8:D11, 0), 0)
Please tell us if it worked for you.
I hope I've helped.
--
Belo Horizonte, Brasil.
Marcílio Lobão
MS Excel is a powerful tool and a lot of times there are many different ways to solve a question.
You asked for an IF Function solution.
Try this one: =IF(D15="A",E8,IF(D15="B",E9,IF(D15="C",E10,IF(D15="D",E11,""))))
Another solutions:
--> Using VLOOKUP Function
=VLOOKUP("JOB " & D15, D8:E11, 2, FALSE)
--> Using MATCH and OFFSET Functions
=OFFSET(E7,MATCH("JOB " & D15, D8:D11, 0), 0)
Please tell us if it worked for you.
I hope I've helped.
--
Belo Horizonte, Brasil.
Marcílio Lobão