Hi,
I'm missing a bracket somewhere but God spent like 30mins behind it. I've tried everything in Notepad and Notepad++ tried changing the language to SQL and other formats to properly read it and find where I'm missing the bracket. I've tried adding but it still doesn't work.
Formula
Can someone help me please? I might need to add more at the bottom so if you can future proof it or show me how.
I'll need to add this statement again sometime in the future --
Thank you
I'm missing a bracket somewhere but God spent like 30mins behind it. I've tried everything in Notepad and Notepad++ tried changing the language to SQL and other formats to properly read it and find where I'm missing the bracket. I've tried adding but it still doesn't work.
Formula
Code:
=IF(AND(F4="CA",ISNUMBER(SEARCH("incontinence",U4))),ROUNDUP(FE4/0.66+6.95,0)-0.01,
IF(AND(F4="PK",ISNUMBER(SEARCH("incontinence",U4))),ROUNDUP(FE4/0.66+3,0)-0.01,
IF(AND(F4="BG",ISNUMBER(SEARCH("incontinence",U4))),ROUNDUP(FE4/0.66+3,0)-0.01,
ROUNDUP(FE4/0.66,0)-0.01))),IF(ISNUMBER(SEARCH("NOVA",U4))),ROUNDUP(FE4/0.66+15,0)-0.01,IF(FH4=13,ROUNDUP(FE4/0.66+13,0)-0.01,IF(AND(FH4=6.95,(FE4/0.66)<50),
ROUNDUP(FE4/0.66+3,0)-0.01,ROUNDUP(FE4/0.66+6.95,0)-0.01)))
Can someone help me please? I might need to add more at the bottom so if you can future proof it or show me how.
I'll need to add this statement again sometime in the future --
IF(ISNUMBER(SEARCH("NOVA",U4))),ROUNDUP(FE4/0.66+15,0)-0.01
Thank you