I've got an equation going and everything is shiny, only hitch is that instead of it returning a "False" I just need it to return a black cell. Already tried an IfError statement with no luck.
My equation so far-
=IFERROR(IF(($E5<>$E4),IF($E5<>"",$Y5,($Y5+$Y4))),"")
Variables explained:
Column E - manager name
Column Y - numerical value (either 0 or 1)
So basically, I need the equation to keep a running tally of the values in column Y for each manager (column E). How do I get that "false" to disappear?
Bookmarks