Formula parenthesis error

farida__

New Member
Joined
May 12, 2021
Messages
2
Office Version
  1. 2013
Platform
  1. Windows
Hi everyone,

I created the following formula
Excel Formula:
=VLOOKUP(A2;A$2:M$2000;5;FALSE;IF(E2="On-going";"Ongoing";F2="Ideation";"Ideation"))
The aim is to:
- copy the data in column E to column D
- if the data in E says "on-going", I want it to say "ongoing" in column D
- if it says "Ideation" in column F, I also want it to say "Ideation" in column D

1620835138692.png


However, this formula isn't correct and Excel says it's a parenthesis problem. Can anyone please help?

Thank you in advance :)
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
What the vlookup for?
From you description just use
Excel Formula:
=IF(E2="On-going";"Ongoing";IF(F2="Ideation";"Ideation";""))
 
Upvote 0
I used the vlookup function to copy what was on column E onto column D. I didn't want to modify column E so that's why I copied it onto another column.
 
Upvote 0
But your not chnging the value of col E if the formula is in D
 
Upvote 0

Forum statistics

Threads
1,214,975
Messages
6,122,537
Members
449,088
Latest member
RandomExceller01

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