Page 2 of 5

Re: Excel

Posted: Thu Apr 23, 2015 11:34 am
by Ryan
Am I missing something or is there no easy way to copy and paste formula-based values without the cell reference changing? (Assuming there's no dollar signs in the original formula)

Re: Excel

Posted: Thu Apr 23, 2015 11:38 am
by A_B
The dollar signs are what keep the cell reference from changing, so no, I don't think you're missing anything.

Re: Excel

Posted: Thu Apr 23, 2015 11:50 am
by wlu_lax6
However, if you don't use F4 keyboard shortcut to toggle through absolute v. relative references, you are doing it wrong.

Re: Excel

Posted: Thu Apr 23, 2015 11:58 am
by A_B
wlu_lax6 wrote:However, if you don't use F4 keyboard shortcut to toggle through absolute v. relative references, you are doing it wrong.
True story. Much easier than typing them in.

Re: Excel

Posted: Thu Apr 23, 2015 12:09 pm
by Ryan
Huh, I never knew that one. But still, I've got a huge column of formulas. I have to insert the $ in all 500 cells manually?

Re: Excel

Posted: Thu Apr 23, 2015 12:14 pm
by A_B
Ryan wrote:Huh, I never knew that one. But still, I've got a huge column of formulas. I have to insert the $ in all 500 cells manually?
I guess I don't understand...typically if you have something like that you only need the column or row to be static. So you just put the $ in front of whichever you wish to stay the same in one cell then copy it to the others.

Re: Excel

Posted: Thu Apr 23, 2015 12:19 pm
by Ryan
AB_skin_test wrote:
Ryan wrote:Huh, I never knew that one. But still, I've got a huge column of formulas. I have to insert the $ in all 500 cells manually?
I guess I don't understand...typically if you have something like that you only need the column or row to be static. So you just put the $ in front of whichever you wish to stay the same in one cell then copy it to the others.
It's hard to explain. The upshot is I found a shitty yet effective plug in that converted a whole column of references at the same time.

Re: Excel

Posted: Thu Jun 04, 2015 11:48 am
by Ryan
What goddamn motherfucking formatting do I need to pick to get these afternoon times out of 24-hour format when I drag-copy down?

Image

Re: Excel

Posted: Thu Jun 04, 2015 11:57 am
by brian
Custom and then Time (picking the specific format you want) doesn't work?

Re: Excel

Posted: Thu Jun 04, 2015 12:03 pm
by Ryan
These are my options on Time (and I don't want "AM" and "PM" to show up)

Image

Re: Excel

Posted: Thu Jun 04, 2015 12:07 pm
by brian
Ryan wrote:These are my options on Time (and I don't want "AM" and "PM" to show up)

Image
Huh, that's crazy. I tried Custom>Custom and got nothing there too. Can you just convert that way and then find and replace out AM and PM? Shouldn't take but an extra few seconds?

Re: Excel

Posted: Thu Jun 04, 2015 12:07 pm
by brian
Shit, even that doesn't work.

Re: Excel

Posted: Thu Jun 04, 2015 12:08 pm
by Ryan
That's what I'll have to do. Look at this shit:

http://www.mrexcel.com/forum/excel-ques ... -pm-2.html

Re: Excel

Posted: Tue Jan 12, 2016 10:53 am
by Johnny Carwash
A few days late, but I'll throw up a potential challenge to J-Lo's Facebook post:
It's 2016 people. Wrap-text your damn spreadsheets. It literally takes 3 clicks!
Are you allowing for any exceptions at all? Because it's annoying as shit when someone puts a ton of text in a narrow column, then turns on Word Wrap and makes each row take up half the height of your screen. If I have a column that tends to include long text dumps (i.e. "Comments" or something like that), I make it the last column and leave it unwrapped.

Re: Excel

Posted: Tue Jan 12, 2016 11:02 am
by rass
Johnny Carwash wrote:A few days late, but...shit...I...tend...to...leave it unwrapped.

Re: Excel

Posted: Tue Jan 12, 2016 11:11 am
by mister d
Johnny Carwash wrote:A few days late, but I'll throw up a potential challenge to J-Lo's Facebook post:
It's 2016 people. Wrap-text your damn spreadsheets. It literally takes 3 clicks!
Are you allowing for any exceptions at all? Because it's annoying as shit when someone puts a ton of text in a narrow column, then turns on Word Wrap and makes each row take up half the height of your screen. If I have a column that tends to include long text dumps (i.e. "Comments" or something like that), I make it the last column and leave it unwrapped.
Yeah, I'm with you. If I have to choose a universal method here, its (1) stop putting 1,000 characters of text inside excel, (2) fit columns then (3) wrap all.

Re: Excel

Posted: Wed Feb 24, 2016 7:57 am
by wlu_lax6
Okay this is google spreadsheet but pretty useful
Automatically Scrape and Import a Table in Google Spreadsheets ) -- =ImportHtml("URL", "table", num) where "table" is the element name ("table" or a list tag), and num is the number of the element in case there are multiple on the page. Bam!

oh and yes Excel has done this for a long time too...probably a bit smarter in terms of UI
http://probiztechnology.com/blog/2012/e ... nto-excel/" onclick="window.open(this.href);return false;

Re: Excel

Posted: Fri Jul 08, 2016 9:55 am
by Jerloma
I need a formula to convert a column of numbers to 60% of those numbers. I was thinking =(*.6) but it doesn't want to hear it.

Re: Excel

Posted: Fri Jul 08, 2016 9:59 am
by Ryan
Did you forget to reference the cell you're working off?

ETA: Or trying to overwrite into the same cell?

Re: Excel

Posted: Fri Jul 08, 2016 10:01 am
by mister d
If that's not working, you don't have numbers in the original column.

Re: Excel

Posted: Fri Jul 08, 2016 10:01 am
by mister d
Either =trim(A1) or =A1+1-1 should make it numerical.

Re: Excel

Posted: Fri Jul 08, 2016 10:01 am
by A_B
Yeah, you have to put the new calculation in a different column and reference the number in the formula, unless that column is already a formula based on a different calculation, then you could add the x.6 into the formula

Re: Excel

Posted: Fri Jul 08, 2016 10:06 am
by Jerloma
Ryan wrote:Did you forget to reference the cell you're working off?
Ummm...yes. Wow. Carry on.

Re: Excel

Posted: Wed Sep 14, 2016 1:54 pm
by Jerloma
Could someone smarter than me tell me how I would go about formulating a spreadsheet for pro-rata calculations?

So let's say that someone wanted to take a $5000 distribution and they have 6 mutual funds and they want it allocated according to how their total account value is currently weighted. Is there any way to do that simply by plugging in the total distribution amount and the current value of each fund and hitting enter?

Re: Excel

Posted: Wed Sep 14, 2016 2:00 pm
by A_B
I mean, if you have the balances of each of the current funds, you can absolutely calculate the percentages of the total that each makes up then multiply that by 5000, but I feel like I am missing something in your question.

Re: Excel

Posted: Wed Sep 14, 2016 2:48 pm
by Jerloma
Can I do that all within one cell? It's time sensitive so I don't want to have to make multiple calculations.

Re: Excel

Posted: Wed Sep 14, 2016 2:52 pm
by A_B
Jerloma wrote:Can I do that all within one cell? It's time sensitive so I don't want to have to make multiple calculations.

I mean, you can't get the distribution amounts all in one cell but you can put the formula in separate cells five times I guess.

=5000*((Fund A Amount)/(Sum(FUND A, FUND B, FUND C, FUND D, FUND E)))

That would give you the allocation of the 5000 for fund A. You'd Have to change it to the value for Fund B, C...

Re: Excel

Posted: Wed Sep 14, 2016 3:16 pm
by mister d
You forgot about Fund F. J-Lo has six (6) funds.

Re: Excel

Posted: Wed Sep 14, 2016 3:21 pm
by A_B
mister d wrote:You forgot about Fund F. J-Lo has six (6) funds.
Oh shit. Well I'm out, then.

Re: Excel

Posted: Wed Sep 14, 2016 3:31 pm
by mister d
You failed him in his time sensitive matter.

Re: Excel

Posted: Wed Sep 14, 2016 8:51 pm
by Jerloma
This in itself is not time sensitive. The utilization of it would be. And AB is clearly still in the running to make top 10 of 2016.

Re: Excel

Posted: Wed Sep 14, 2016 8:56 pm
by A_B
Jerloma wrote:This in itself is not time sensitive. The utilization of it would be. And AB is clearly still in the running to make top 10 of 2016.

Duh.

Re: Excel

Posted: Fri Oct 14, 2016 1:10 pm
by A_B
Image

Re: Excel

Posted: Fri Oct 14, 2016 1:13 pm
by Shirley
That's how I feel every time I see my wife drag her moust up to the menu and click Edit->Copy. Then, she does it again Edit->Paste.

Fucking Ctrl-C and Ctrl-V! It's been those keys for over 30 years!

(well, whatever that key's called on the Mac. Command?)

Re: Excel

Posted: Mon Oct 17, 2016 10:15 am
by govmentchedda
Keeping a spreadsheet on betting picks. I've sorted out how to SUM from one column that has $$ won or lost, to show overall money up or down. Is there a way to use the same column and count how many positives there are and how many negatives there are to keep a W-L record? Or do I have to do a separate 2 columns that reflect W or L?

Re: Excel

Posted: Mon Oct 17, 2016 10:20 am
by A_B
Not sure how to do it in one column. And why is putting it in two columns bad?

Re: Excel

Posted: Mon Oct 17, 2016 10:28 am
by rass
A_B wrote:Not sure how to do it in one column. And why is putting it in two columns bad?
Are you guys talking about two different things?

I think chedda just meant he didn't want to list his wins in one column and losses in another on a transaction by transaction basis. I think a two separate cells for a total # of wins and total # of losses would be OK?

Or not. Why the fuck am I butting in anyway?

Re: Excel

Posted: Mon Oct 17, 2016 10:34 am
by wlu_lax6
govmentchedda wrote:Keeping a spreadsheet on betting picks. I've sorted out how to SUM from one column that has $$ won or lost, to show overall money up or down. Is there a way to use the same column and count how many positives there are and how many negatives there are to keep a W-L record? Or do I have to do a separate 2 columns that reflect W or L?
The countif formula is your trick. This page should give you some basic ideas on how to do it. I can also show you how to create dynamic ranges so you don't have to update the formula again and again as you add rows, but let's get through countif first as that dynamic range thing is Advanced Excel Kung Fu.
https://www.extendoffice.com/documents/ ... mbers.html

Re: Excel

Posted: Mon Oct 17, 2016 10:36 am
by Ryan
If I'm reading the question correctly, you can use the COUNTIF function. Assuming your losses are shown as negative values...

In whatever cell you want to show "wins", type =COUNTIF
Then, hit the function button (fx, right next to the text entry bar) to bring up the little wizard box that guides you through the formula
The range will be your column of amounts
The criteria will be <1

Repeat it in another cell and use >1 for your "losses"

Re: Excel

Posted: Mon Oct 17, 2016 10:36 am
by A_B
Countif works, but not twice in the same cell, right?