• Hi, I am the owner and main administrator of Styleforum. If you find the forum useful and fun, please help support it by buying through the posted links on the forum. Our main, very popular sales thread, where the latest and best sales are listed, are posted HERE

    Purchases made through some of our links earns a commission for the forum and allows us to do the work of maintaining and improving it. Finally, thanks for being a part of this community. We realize that there are many choices today on the internet, and we have all of you to thank for making Styleforum the foremost destination for discussions of menswear.
  • This site contains affiliate links for which Styleforum may be compensated.
  • STYLE. COMMUNITY. GREAT CLOTHING.

    Bored of counting likes on social networks? At Styleforum, you’ll find rousing discussions that go beyond strings of emojis.

    Click Here to join Styleforum's thousands of style enthusiasts today!

    Styleforum is supported in part by commission earning affiliate links sitewide. Please support us by using them. You may learn more here.

The Excel Questions Thread

lbcgav

Senior Member
Joined
May 25, 2007
Messages
437
Reaction score
18
Is there a way to have the height of a cell grow while keeping the width the same as you add more text to the cell? Something like an auto-grow function.
 

lbcgav

Senior Member
Joined
May 25, 2007
Messages
437
Reaction score
18
Originally Posted by snuffy
This will be an easy answer. (Need to improve Excel skills).

I have 6 worksheets with only two columns each. Column A has a listing of names, Column B has a listing of percentages corresponding to the names.

I need to add up the listing of Names(A) with the percentages across the 6 worksheets. Essentially consolidating into one. Keep in mind some of the same names appear in the 6 sheets, with different percentages.

Any suggestions?

Thanks


This solution might not be the prettiest, but I'm pretty sure it would work: Copy the contents of the 6 worksheets onto one worksheet, then use a Pivot Table to sum up the values of the percentages for each name.
 

dsgNYC

Senior Member
Joined
Dec 9, 2008
Messages
422
Reaction score
1
Originally Posted by lbcgav
Is there a way to have the height of a cell grow while keeping the width the same as you add more text to the cell? Something like an auto-grow function.

You can wrap the text (Format -> Cells -> check the Wrap Text box). This will also expand the size of the row for all cells in that row.
 

lbcgav

Senior Member
Joined
May 25, 2007
Messages
437
Reaction score
18
Originally Posted by dsgNYC
You can wrap the text (Format -> Cells -> check the Wrap Text box). This will also expand the size of the row for all cells in that row.

I tried that and it didn't work, but it must have been the way I copied the contents from a word document and pasted them into Excel. I tried it again using paste special, text and now it works like a charm. Thanks.
 

dsgNYC

Senior Member
Joined
Dec 9, 2008
Messages
422
Reaction score
1
Originally Posted by snuffy
This will be an easy answer. (Need to improve Excel skills).

I have 6 worksheets with only two columns each. Column A has a listing of names, Column B has a listing of percentages corresponding to the names.

I need to add up the listing of Names(A) with the percentages across the 6 worksheets. Essentially consolidating into one. Keep in mind some of the same names appear in the 6 sheets, with different percentages.

Any suggestions?
Originally Posted by lbcgav
This solution might not be the prettiest, but I'm pretty sure it would work: Copy the contents of the 6 worksheets onto one worksheet, then use a Pivot Table to sum up the values of the percentages for each name.


This is part of the solution I was thinking about. You could write a macro that compiled all of your data from the 6 worksheets into a new worksheet, then run a PivotTable off of the data in that new worksheet.
 

calatrava

Active Member
Joined
Oct 10, 2006
Messages
43
Reaction score
0
Is there a way to get a formula to jump a certain defined amount of rows or columns?

Imagine that there is a chunk of data from a package that I copy and paste eight times. It takes up the same dimensions but alot of it is redundant. So I want to make the output smooth.

The function I imagine is like =B(8+10), such that I want it to skip down 10 rows.
 

MetroStyles

Stylish Dinosaur
Joined
May 4, 2006
Messages
14,586
Reaction score
30
Originally Posted by calatrava
Is there a way to get a formula to jump a certain defined amount of rows or columns?

Imagine that there is a chunk of data from a package that I copy and paste eight times. It takes up the same dimensions but alot of it is redundant. So I want to make the output smooth.

The function I imagine is like =B(8+10), such that I want it to skip down 10 rows.


Google the "offset" function.
 

CunningSmeagol

Distinguished Member
Joined
Oct 15, 2006
Messages
3,882
Reaction score
20
Originally Posted by MetroStyles
Google the "offset" function.

Offset is great. Let us know if that's what you needed.
 

snuffy

Active Member
Joined
Nov 7, 2007
Messages
37
Reaction score
0
Hey guys

Any suggestions on how to improve excel skills. Do most of you learn through books? Seeing other peoples templates?
 

CunningSmeagol

Distinguished Member
Joined
Oct 15, 2006
Messages
3,882
Reaction score
20
Originally Posted by snuffy
Hey guys

Any suggestions on how to improve excel skills. Do most of you learn through books? Seeing other peoples templates?


Your boss wants something done and you have to figure out a way to do it. A lot of times this means using the help index, asking on the internet, or reading a book. I got a lot of answers by reading the excel newsgroups, the microsoft support pages (where the real excel motherfuckers hang out), and John Walkenbach's books (there's one for formulas and one for VBA).

The 'easy' or 'elegant' solution will sometimes take longer to find than finishing the task manually, i.e. deleting all empty rows in a list of thousands, or summarizing the names of a 150 sheet workbook. Especially at first. The extra effort is almost always worth it, even if the same task does not come up again, because a) you will learn functions that can be applied to other tasks, and b) you will learn to quickly navigate the resources you can tap to find answers.
 

imageWIS

Stylish Dinosaur
Joined
Apr 19, 2004
Messages
19,716
Reaction score
106
Where was this thread when I took Advanced Finance?!?!?!?!?!?
frown.gif
 

Huntsman

Distinguished Member
Joined
Jul 3, 2004
Messages
7,888
Reaction score
1,002
Is there a way to 'fill down' when highlighting cells for a graph's series'?
 

dsgNYC

Senior Member
Joined
Dec 9, 2008
Messages
422
Reaction score
1
Originally Posted by Huntsman
Is there a way to 'fill down' when highlighting cells for a graph's series'?

Not quite sure what you mean by 'fill down'. Can you give a particluar example?
 

dsgNYC

Senior Member
Joined
Dec 9, 2008
Messages
422
Reaction score
1
Originally Posted by snuffy
Hey guys

Any suggestions on how to improve excel skills. Do most of you learn through books? Seeing other peoples templates?


I learned on the job a few years ago. I was semi-proficient in Excel when I started and I got a lot better just using it day in, day out. However, I learned the most by buying a book on VBA, frequenting sites like MrExcel.com, etc. For me, it wasn't so much the reading of the books that helped, but it was the working through examples and problems in the books that really helped.
 

calatrava

Active Member
Joined
Oct 10, 2006
Messages
43
Reaction score
0
Thanks a lot, I was thinking that OFFSET was the function that I needed and it worked. Just wondering if anyone knows how to create cumulative totals of say production from the same company over time?
 

Featured Sponsor

How important is full vs half canvas to you for heavier sport jackets?

  • Definitely full canvas only

    Votes: 85 37.3%
  • Half canvas is fine

    Votes: 87 38.2%
  • Really don't care

    Votes: 24 10.5%
  • Depends on fabric

    Votes: 36 15.8%
  • Depends on price

    Votes: 36 15.8%

Forum statistics

Threads
506,483
Messages
10,589,823
Members
224,252
Latest member
ColoradoLawyer
Top