I'm trying to count the number of decisions by application in a data set. What formula should I use? I tried a countifs but could not figure out how write out how to call out one application by name. I have a list of a hundred apps so doing this using a cell reference rather than typing "text" would be best.
My data set indicates decisions made in one cell e.g. "live, undecided, wish list, not implementing". There is only one decision listed in each cell. Applications impacted are listed in another cell. The cell that lists applications has multiple items listed, e.g. "apple, banana, orange, pear". I want a count by application of the decisions made.
Data set looks like this...
[TABLE="width: 704"]
<TBODY>[TR]
[TD]Enhancement[/TD]
[TD]Decision[/TD]
[TD]Application impacted[/TD]
[/TR]
[TR]
[TD]option 1[/TD]
[TD]not implementing[/TD]
[TD]apple, banana, pear[/TD]
[/TR]
[TR]
[TD]option 2...[/TD]
[TD]live[/TD]
[TD]pear, mango[/TD]
[/TR]
</TBODY>[/TABLE]
I'm trying to fill in this table...
[TABLE="width: 704"]
<TBODY>[TR]
[TD]Application </SPAN>[/TD]
[TD]Live</SPAN>[/TD]
[TD]Wish List</SPAN>[/TD]
[TD]Not Implementing</SPAN>[/TD]
[TD]Undecided</SPAN>[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]? [/TD]
[TD]? [/TD]
[TD]</SPAN>?[/TD]
[TD] ? [/TD]
[/TR]
[TR]
[TD]Banana[/TD]
[TD]? [/TD]
[TD]? [/TD]
[TD]</SPAN>?[/TD]
[TD] ? [/TD]
[/TR]
[TR]
[TD]Pear[/TD]
[TD]? [/TD]
[TD]? [/TD]
[TD]</SPAN>?[/TD]
[TD] ? [/TD]
[/TR]
</TBODY><COLGROUP><COL><COL span=4></COLGROUP>[/TABLE]
My data set indicates decisions made in one cell e.g. "live, undecided, wish list, not implementing". There is only one decision listed in each cell. Applications impacted are listed in another cell. The cell that lists applications has multiple items listed, e.g. "apple, banana, orange, pear". I want a count by application of the decisions made.
Data set looks like this...
[TABLE="width: 704"]
<TBODY>[TR]
[TD]Enhancement[/TD]
[TD]Decision[/TD]
[TD]Application impacted[/TD]
[/TR]
[TR]
[TD]option 1[/TD]
[TD]not implementing[/TD]
[TD]apple, banana, pear[/TD]
[/TR]
[TR]
[TD]option 2...[/TD]
[TD]live[/TD]
[TD]pear, mango[/TD]
[/TR]
</TBODY>[/TABLE]
I'm trying to fill in this table...
[TABLE="width: 704"]
<TBODY>[TR]
[TD]Application </SPAN>[/TD]
[TD]Live</SPAN>[/TD]
[TD]Wish List</SPAN>[/TD]
[TD]Not Implementing</SPAN>[/TD]
[TD]Undecided</SPAN>[/TD]
[/TR]
[TR]
[TD]Apple[/TD]
[TD]? [/TD]
[TD]? [/TD]
[TD]</SPAN>?[/TD]
[TD] ? [/TD]
[/TR]
[TR]
[TD]Banana[/TD]
[TD]? [/TD]
[TD]? [/TD]
[TD]</SPAN>?[/TD]
[TD] ? [/TD]
[/TR]
[TR]
[TD]Pear[/TD]
[TD]? [/TD]
[TD]? [/TD]
[TD]</SPAN>?[/TD]
[TD] ? [/TD]
[/TR]
</TBODY><COLGROUP><COL><COL span=4></COLGROUP>[/TABLE]