I'm trying to create a dashboard in which there is a chart that shows the "last 5" entries in a column, but only includes values from cells that are not empty. I'm trying to construct a worksheet formula (i.e. not using VBA). Would I use an array formula?
Example:
If the column contains 4;2;x;3;1;5;x;x;7;x;6;9;8 (assume that x means an empty cell), the last 5 entries would be 5;7;6;9;8.
I feel sure that I ought to be able to do this myself, but my brain is suffering from Monday overload :-| Many thanks in advance to all skilled Excel thinkers out there. And Happy Birthday to Hui![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Example:
If the column contains 4;2;x;3;1;5;x;x;7;x;6;9;8 (assume that x means an empty cell), the last 5 entries would be 5;7;6;9;8.
I feel sure that I ought to be able to do this myself, but my brain is suffering from Monday overload :-| Many thanks in advance to all skilled Excel thinkers out there. And Happy Birthday to Hui