Question for those who know how to use EXCEL

Locked
ToxicBug
Posts: 2011
Joined: Mon May 08, 2006 5:36 am

Question for those who know how to use EXCEL

Post by ToxicBug »

How do I apply a formula to an entire column without stretching it with the mouse for thousands of rows?
tnf
Posts: 13010
Joined: Tue Mar 13, 2001 8:00 am

Post by tnf »

Make your formula in the top column. Copy it. Clikc on the top of the column (the column letter), it will highlight the whole column. Paste.
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

select the cell with the formula in it -> CTRL+C -> select the cell where you want the pasting to start -> scroll down to the cell where you want the pasting to stop -> shift and click on that cell, which should highlight all the cells between the two -> CTRL+V to paste in your formula

an alternative to scrolling down to find the end cell is to manually type in the name of the cell you want the pasting to stop in the little dropdown field at top left where the current cursor position should be displayed, then before hitting enter, hold down the shift key, which will select all the cells in between

hope that made sense :smirk:
tnf
Posts: 13010
Joined: Tue Mar 13, 2001 8:00 am

Post by tnf »

that question brings back memories.

I taught classes at the university on excel, word, access, and powerpoint. At the time I knew about every fucking function those programs had (except for access, as it was a very cursory course on basic databases).

I can't remember half of the shit now
R00k
Posts: 15188
Joined: Mon Dec 18, 2000 8:00 am

Post by R00k »

I just refrained from being a complete smart ass. I'm proud of myself.
ToxicBug
Posts: 2011
Joined: Mon May 08, 2006 5:36 am

Post by ToxicBug »

Thanks tnf and seremtan. I asked this because I thought that EXCEL would have some sort of a smart way to manage data if I applied a formula to an entire column, but it is not the case. By using the IF command, I made "invisible" entries into columns, for a couple thousand rows, but they still take up space, thus making my file really heavy.
tnf
Posts: 13010
Joined: Tue Mar 13, 2001 8:00 am

Post by tnf »

what are you working on where that kind of file size difference really matters? Is your 5.25" disk almost full?
X-R-Cist
Posts: 168
Joined: Mon Feb 19, 2001 8:00 am

Post by X-R-Cist »

what is it you are trying to do?
there is always more ways than one with exel
ToxicBug
Posts: 2011
Joined: Mon May 08, 2006 5:36 am

Post by ToxicBug »

Basically I made a spreadsheet to calculate my weekly budget based on the number of days left until the date that I should start working again (I don't work during school). I wanted to share this file with others so that they could , but then I realized that the file was 4.5mb... I think that if I apply all the formulas to the entire columns, it could hit 15mb+ easily.


Btw, here's a sample of my budget sheet:

http://putstuff.putfile.com/35215/2171087
Last edited by ToxicBug on Tue Jan 09, 2007 12:32 am, edited 1 time in total.
X-R-Cist
Posts: 168
Joined: Mon Feb 19, 2001 8:00 am

Post by X-R-Cist »

do you have anything embeded or fancy formatting?
i have a spreadsheet with hundreds of formulas and its no bigger than 200k...
ToxicBug
Posts: 2011
Joined: Mon May 08, 2006 5:36 am

Post by ToxicBug »

take a look yourself.

Its all pretty self explanatory.

Total ML is total money left
DMF is daily money flow
WMF is weekly money flow.
X-R-Cist
Posts: 168
Joined: Mon Feb 19, 2001 8:00 am

Post by X-R-Cist »

well first off, you dont need the formula pasted all the way down. Thats 65,000 cells wich you dont need.. you will need 365 rows at max.
so cut that down.
its now 270k file...
i cant upload it to you. send me a pm with your email and ill send it back
ToxicBug
Posts: 2011
Joined: Mon May 08, 2006 5:36 am

Post by ToxicBug »

Yeah, come to think of it, I will need a whole new budget sheet for next year anyway, so I don't need to paste the info for thousands of cells like you said. Cheers!

edit: hmm, I've deleted everything after row 365 and its still 1.56mb... weird.
X-R-Cist
Posts: 168
Joined: Mon Feb 19, 2001 8:00 am

Post by X-R-Cist »

gimme your email ill send you the one i got
ToxicBug
Posts: 2011
Joined: Mon May 08, 2006 5:36 am

Post by ToxicBug »

pm'ed
X-R-Cist
Posts: 168
Joined: Mon Feb 19, 2001 8:00 am

Post by X-R-Cist »

emailed!
ToxicBug
Posts: 2011
Joined: Mon May 08, 2006 5:36 am

Post by ToxicBug »

Got it... I see what you mean now. However, if you already input the date, then its not as neat and it fucks up the graph. The neatness can be fixed by using IF and whatnot, but what about the graph?
X-R-Cist
Posts: 168
Joined: Mon Feb 19, 2001 8:00 am

Post by X-R-Cist »

the graph only read what data is on the sheet. so if you use if statements to keep the cells clear until you input some data, then the graph wont be as messy.

Alternitavely, just delete the cells for upcoming days and enter them in one by one as the days go on.
ToxicBug
Posts: 2011
Joined: Mon May 08, 2006 5:36 am

Post by ToxicBug »

X-R-Cist wrote:Alternitavely, just delete the cells for upcoming days and enter them in one by one as the days go on.
Yeah, thats what I do all the time. However, how can I write a formula that will specify that if C3 and/or I3 are "", then "", if not then I3/C3?
User avatar
seremtan
Posts: 36013
Joined: Wed Nov 19, 2003 8:00 am

Post by seremtan »

sounds to me like you're overcomplicating your budgeting...
Locked