Godders199

Active Member
Joined
Mar 2, 2017
Messages
313
Office Version
  1. 2013
Hi, i have built this if formula, which works correctly until the last if CZ>99 criteria is met, when the formula returns #Name?
=IF(CW2<3,"Catch up",IF(AND(RIGHT(E2,3)<>"MPM",CL2>0),"100% Testing",IF(OR(CD2>100,CI2>100,CH2>100),"100% Testing",IF(CY2>99,"100% Testing CI",IF(CZ>99,"100% testing IPP",)))))

grateful if someone could help me with the last element of this formula

thanks
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
=IF(CW2<3,"Catch up",IF(AND(RIGHT(E2,3)<>"MPM",CL2>0),"100% Testing",IF(OR(CD2>100,CI2>100,CH2>100),"100% Testing",IF(CY2>99,"100% Testing CI",IF(CZ>99,"100% testing IPP",)))))

There's no such cell reference as CZ
It's being interpreted as a named range which doesn't exist hence the #NAME error
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,373
Messages
6,124,545
Members
449,169
Latest member
mm424

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