I'm trying to get W5 to display like W6:W11. I've attached my Excel file. Any help is appreciated.
I'm trying to get W5 to display like W6:W11. I've attached my Excel file. Any help is appreciated.
=iferror(if(v5>0,t5*(1-v5),0), 0)
"Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something."
― Robert A. Heinlein
the problem is W5 has an error, so your Iferror formula is making it blank. you could change your iferror to show 0 instead of ""
Disregard. I'm dumb.
Try changing this:
=IFERROR(IF(V5>0,T5*(1-V5),0),"")
To this:
=IFERROR(IF(V5>0,T5*(1-V5),0),0)
Beth.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks