• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
April 28, 2024, 09:23:32 am

News:

Don't be hasty to start your own mod; all our FFT modding projects are greatly understaffed! Find out how you can help in the Recruitment section or our Discord!


Excel Question

Started by Dokurider, November 04, 2008, 06:23:59 pm

Dokurider

November 04, 2008, 06:23:59 pm Last Edit: December 31, 1969, 07:00:00 pm by Dokurider
Is it possible for me to multiple one row of numbers by another row of numbers and have the products generated in another row?

Lydyn

November 04, 2008, 06:28:27 pm #1 Last Edit: December 31, 1969, 07:00:00 pm by Lydyn
Yeah, though I forgot how to specifically. I'd have to mess with it for 5-10 minutes.

Skip Sandwich

November 04, 2008, 07:26:39 pm #2 Last Edit: December 31, 1969, 07:00:00 pm by Skip Sandwich
do you mean like the colective sum of a row of numbers * the sum of another row of numbers? or do you mean something that would just spread out a long series of mulitplactions over the sheet? For the first, just list your numbers in your chosen rows, then go to the cells where you want the products to be displayed and just use the product function, =product(A1:E1, A2:E2) or whatever corordinates corespond to your rows of numbers. (each row seperated by a comma).
If you want to say, have just like A1 * A2 and so on and so forth, then just set up your rows, then in A3 or wherever you want the products to be displayed, type in =A1*A2 and then click on the cell, then drag the little black box in the bottom right over to the right, so that it copies that formula over for you, automatically changing it to reference the cells directly above the cells you drag over (so the cell B3 will become =B1*B2, and C3 will become =C1*C2 and so on)
"Dave?  Are you there?"
"Yeah.  I can't get you through the cell now."
"You have to talk through the bratwurst from now on. I'm sorry. I didn't know it would do that."
http://www.johndiesattheend.com

Dokurider

November 05, 2008, 12:58:18 pm #3 Last Edit: December 31, 1969, 07:00:00 pm by Dokurider
Nevermind, I kinda got it. Maybe.

I'm thinking the stuff I'm trying to do with Excel is too complex for it to handle.

Xifanie

November 05, 2008, 04:53:48 pm #4 Last Edit: December 31, 1969, 07:00:00 pm by Xifanie
mm I'd be surprised.

Excel is pretty powerful.

My main problems with it are the limits: 255 columns, 65535 rows, 32767 characters per slot.
  • Modding version: PSX
Love what you're seeing? https://supportus.ffhacktics.com/ 💜 it's really appreciated

Anything is possible as long as it is within the hardware's limits. (ie. disc space, RAM, Video RAM, processor, etc.)
<R999> My target market is not FFT mod players
<Raijinili> remember that? it was awful

Dokurider

November 05, 2008, 05:39:04 pm #5 Last Edit: December 31, 1969, 07:00:00 pm by Dokurider
Well, what I'm trying to is this:

I have a set of Co-ordinate Pairs: (0,0), (0,1), (1,0), (1,1), (0,2), (2,0), (2,2) (0,3) and (3,0)
I want them in groups of 5, repeating doesn't matter. Order matters. And, I want all the possible permutations to be generated for me to see. How do I do this?

Xifanie

November 05, 2008, 06:11:38 pm #6 Last Edit: December 31, 1969, 07:00:00 pm by Xifanie
I suppose a drawing in mspaint or something would be appeciated because all I can think of right now is that it would somehow look like a multiplication table.
  • Modding version: PSX
Love what you're seeing? https://supportus.ffhacktics.com/ 💜 it's really appreciated

Anything is possible as long as it is within the hardware's limits. (ie. disc space, RAM, Video RAM, processor, etc.)
<R999> My target market is not FFT mod players
<Raijinili> remember that? it was awful

Archael

November 05, 2008, 06:23:42 pm #7 Last Edit: December 31, 1969, 07:00:00 pm by Archael
65535 row limit?


are you serious?

Dokurider

November 05, 2008, 06:39:21 pm #8 Last Edit: December 31, 1969, 07:00:00 pm by Dokurider
How about we pretend they are letters instead?

A B C

I want them arranged in groups of 5.

AAAAA
AAAAB
AAABA
AAABB
AABAA
AABBA
AABBB
ABAAA
ABBAA
ABBBA
ABBBB
BAAAA
BBAAA
BBBAA
BBBBA
BBBBB

That's what I want. Get it?

Xifanie

November 05, 2008, 06:56:43 pm #9 Last Edit: December 31, 1969, 07:00:00 pm by Xifanie
you're aware there are 59049 possibilities right?

I'm working on it though
  • Modding version: PSX
Love what you're seeing? https://supportus.ffhacktics.com/ 💜 it's really appreciated

Anything is possible as long as it is within the hardware's limits. (ie. disc space, RAM, Video RAM, processor, etc.)
<R999> My target market is not FFT mod players
<Raijinili> remember that? it was awful

Dokurider

November 05, 2008, 06:59:21 pm #10 Last Edit: December 31, 1969, 07:00:00 pm by Dokurider
I'm not afraid. My passion will pull me through.

Xifanie

November 05, 2008, 07:23:12 pm #11 Last Edit: December 31, 1969, 07:00:00 pm by Xifanie
Here, I'm pretty sure that's what you wanted.
  • Modding version: PSX
Love what you're seeing? https://supportus.ffhacktics.com/ 💜 it's really appreciated

Anything is possible as long as it is within the hardware's limits. (ie. disc space, RAM, Video RAM, processor, etc.)
<R999> My target market is not FFT mod players
<Raijinili> remember that? it was awful

Dokurider

November 05, 2008, 07:24:42 pm #12 Last Edit: December 31, 1969, 07:00:00 pm by Dokurider
Thanks.

Xifanie

November 05, 2008, 07:25:14 pm #13 Last Edit: December 31, 1969, 07:00:00 pm by Xifanie
Took some time to upload, even in .rar....

I used pretty advanced stuff for excel and I really doubt much excel users could do this kind of stuff.
  • Modding version: PSX
Love what you're seeing? https://supportus.ffhacktics.com/ 💜 it's really appreciated

Anything is possible as long as it is within the hardware's limits. (ie. disc space, RAM, Video RAM, processor, etc.)
<R999> My target market is not FFT mod players
<Raijinili> remember that? it was awful