![]() |
#1
|
|||
|
|||
![]()
Hey guys,
I was wondering if anyone can list content structure for Excel. So, in order to go from a beginner to advance what skills do I need to learn methodically? Cheers |
#2
|
|||
|
|||
![]()
This is a very broad question which I don't think has a right answer.
Excel offers so many attributes... To name a few...
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:
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... |
#3
|
|||
|
|||
![]()
@jeff - Thanks for the info mate. Really appreciate it.
As for the attributes you listed, do you think they are enough for a performance analyst or office administrator? |
#4
|
|||
|
|||
![]() Quote:
It really comes down to what type of performance analyst they will be doing? Some of those skills may not be necessary and some may be very important. Are you looking for a way to test a candidates strength with using Excel? If so, I've seen many a person say their Excel skills are strong, but yet they cannot build a satisfactory pivot table. I use Office 2010 at work and speaking of pivot tables, slicers blow their minds. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
step10 | Word VBA | 1 | 11-15-2013 07:42 AM |
![]() |
funkyfido | Excel Programming | 8 | 10-01-2013 03:33 PM |
Beginner VBA | funkyfido | Excel | 1 | 08-27-2013 11:35 AM |
![]() |
Biofodder | Word VBA | 1 | 03-14-2011 01:49 AM |
![]() |
Leeroy4022 | Word VBA | 2 | 02-25-2011 02:16 AM |