Hi everybody,
I've been trying to rewrite
=IF(ISERROR((IF(AND(F45>T45*(1-$B$11);T45<>"");1;0)));"";(IF(AND(F45>T45*(1-$B$11);T45<>"");1;0)))
into something much more simpler
=IFERROR(AND(F45>T45*(1-$B$11);T45<>"")*1;"")
I seem to have an error because its prompting me to multiply it by 1 my "value"
Eseentially, the formula should be IF NO-ERROR + (F45>T45*(1-$B$11);T45<>"") are TRUE = 1, IF YES-ERROR =""
Could someone point out where I my formula is wrong??
Thx!![]()
Bookmarks