As part of an upcoming workshop, I've been rebuilding a spreadsheet developed by someone else to use as a communication tool. The good news is that I was handed most of the necessary formulas. The bad news was that I needed to completely start from scratch with the design, and I still had a lot to learn along the way. This spreadsheet was like Steve Austin, even if it wasn't a $6M spreadsheet.
Hi Tara.
ReplyDeleteA simple(albeit kludgy) way to test the dynamically calculated "effect coefficient" is with a nested if statement. It might look like this:
=if(r<.4,"Okay effect.","Good efect")
More qualitative results can be included by nesting ifs.
This is a neat project!
Great suggestion---another way to pack in some valuable information into this small space.
ReplyDelete