Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-25-2017, 11:11 AM
jeffreybrown jeffreybrown is offline MS Excel (2010) - Beginner to Advance Windows Vista MS Excel (2010) - Beginner to Advance Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

This is a very broad question which I don't think has a right answer.

Excel offers so many attributes...

To name a few...
  • Functions
  • Pivot tables
  • VBA
  • Charting
  • Subtotals
  • Conditional formatting
  • Data validation
  • What-if-analysis
Here's one example with functions...

In cell A1 Jeffrey Brown

If you wanted to return the first name, we could use... =LEFT(A1,7)

But the 7 is hard coded. To make it dynamic based on the length of the name, you could use...=LEFT(A1,FIND(" ",A1))

But that returns 8 for Jeffrey and it should be 7. So now an option is...=TRIM(LEFT(A1,FIND(" ",A1)))

So you can see, we have used three fuctions to build a robust formula, but there are other ways to accomplish this.

An easier method could be...Text to Columns

Quote:
So, in order to go from a beginner to advance what skills do I need to learn methodically?
Advance is a very subjective term. Advanced compared to what or whom? I can tell you about some forum members who are masters at using formulas, some who are VBA masters, and some who can do both with ease. To me, they are all advanced, so I don't know if there is a order in which to learn Excel. I have learned enough stuff I am pretty comfortable performing my job at work and every once in awhile I am advanced enough to answer a query on one of the many forum's I visit. Often times the query is way above my current abilities.

Here is a good link to get you started in your quest...


https://www.mrexcel.com/forum/genera...ml#post3604871

Maybe you weren't looking for this much information, but hopefully it helps in some way...
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
MS Excel (2010) - Beginner to Advance Beginner's VBA step10 Word VBA 1 11-15-2013 07:42 AM
MS Excel (2010) - Beginner to Advance VBA beginner funkyfido Excel Programming 8 10-01-2013 03:33 PM
Beginner VBA funkyfido Excel 1 08-27-2013 11:35 AM
MS Excel (2010) - Beginner to Advance Complete beginner needs some help. Biofodder Word VBA 1 03-14-2011 01:49 AM
MS Excel (2010) - Beginner to Advance HELP...Beginner Leeroy4022 Word VBA 2 02-25-2011 02:16 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:50 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft