If Statements with Vlookup

onebluekey

New Member
Joined
May 13, 2010
Messages
22
Hi,

I am trying to write a vlookup statement where if there is an error, then check the GP% in another column. I am getting an error message: "Your formula is missing a parenthesis--) (.check the formula, and then add the parenthesis in the appropriate place.

I am not seeing where I should insert the parenthesis. Any help is appreciated. Thank you!


Lynn



=IFERROR(VLOOKUP(K2,Range,2,IF(AC2>=56%,"7- Above 56% GP",IF(AC2>=46%,"6- Between 46% - 55% GP",IF(AC2>=36%,"5- Between 36% - 45% GP",IF(AC2>=26%,"4- Between 26% - 35% GP",IF(AC2>=16%,"3- Between 16% - 25% GP",IF(AC2>=0%,"2- Between 0% - 15% GP","1- Less Than 0% GP"))))))
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,224,594
Messages
6,179,792
Members
452,942
Latest member
VijayNewtoExcel

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