• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

YAEQ (Yet Another Excel Question)

Gooberlx2

Lifer
I have a graph where, for the source data, I only want the last twelve entries of a specific column. I figure there's some variable like LAST, built in to excel, but I'm unsure of what it is, or how to implement it.

for example, here's what's currently in use for the 'source data values': ='Invert Holding'!$E$3:$E$400

I figure I could do something like this:
='Invert Holding'!$E$LAST-12:$E$LAST

But I'm not sure exactly what I need to put in, instead of LAST and LAST-12.

Any help?

Reason/scenario: Currently my co-worker is using numbers from an entire year of exhibit chemistry data, because it''s quick and easy. Problem is that as the year goes on, more and more numbers are going to "squish" the graph together and make it very hard to read with our limited/crappy desktop real-estate. Not to mention that chemistry data from half a year ago is useless to me; 3 months'-worth is much better.
 
There's no variable for the last filled cell in a column. You can do what you need to do with a macro, though.
 
Originally posted by: Thyme
There's no variable for the last filled cell in a column. You can do what you need to do with a macro, though.

Hmmm damn. I know nothing about excel macros. Links to a good resource anyone?
 
Back
Top