Printer-friendly copy Email this topic to a friend
Lobby General Discussion topic #13250288

Subject: "any of yall basically work in excel for a living? or any excel pros" Previous topic | Next topic
dba_BAD
Charter member
14873 posts
Fri Apr-13-18 09:07 AM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
"any of yall basically work in excel for a living? or any excel pros"


          

I'm in final consideration for a new gig that I really, really, really want - last step is a sample project that includes building a somewhat involved dashboard in excel.

I regularly work in excel, and zip around using obvious features like basic math functions, sorting data etc - but in this case I know they're particularly assessing my excel chops and I want to pull out all the stops.

If you were building something in excel with specifically showing off an advanced skillset in mind - what special functions would you make sure to include?

I don't know wth a pivot table or a macro is, but I know they're things lol

Give me some suggestions please and thanks!

__

fairweather

  

Printer-friendly copy | Reply | Reply with quote | Top


Topic Outline
Subject Author Message Date ID
You definitely would want to create a macro in VBA
Apr 13th 2018
1
^
Apr 13th 2018
8
Pivot tables/charts definitely learn...asap
Apr 13th 2018
2
you'll definitely need conditional formatting for dashboards
Apr 13th 2018
3
^^^^ all of the above.... and if you have time which you won't: VBA
Apr 13th 2018
4
vlookups are essential, first thing they ask about at my gig
Apr 13th 2018
5
vlookup was a game changer for me
Apr 13th 2018
6
      ^ THIS ^ 1st priority!!! - I assumed this as already known
Apr 13th 2018
7
thanks for all the great suggestions above - Imma do my googles
Apr 13th 2018
9
https://www.youtube.com/channel/UCkndrGoNpUDV-uia6a9jwVg
Apr 13th 2018
10
RE: any of yall basically work in excel for a living? or any excel pros
Apr 13th 2018
11
I have to assess a set of financials to determine fiscal health
Apr 13th 2018
12
      RE: I have to assess a set of financials to determine fiscal health
Apr 13th 2018
14
Yep, both of those. Youtube has good free tutorials.
Apr 13th 2018
13
you need to holla at THIS dude: ben collins
Apr 13th 2018
15
THANKS man I wish I was working in sheets
Apr 13th 2018
16

PimpTrickGangstaClik
Member since Oct 06th 2005
15894 posts
Fri Apr-13-18 09:12 AM

Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
1. "You definitely would want to create a macro in VBA"
In response to Reply # 0
Fri Apr-13-18 09:13 AM by PimpTrickGangstaClik

          

That demonstrates that you know how to overcome the limitations of base Excel and can use the program efficiently

_______________________________________

  

Printer-friendly copy | Reply | Reply with quote | Top

    
jimi
Charter member
4614 posts
Fri Apr-13-18 11:03 AM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
8. "^"
In response to Reply # 1


  

          

  

Printer-friendly copy | Reply | Reply with quote | Top

ambient1
Member since May 23rd 2007
41077 posts
Fri Apr-13-18 09:13 AM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
2. "Pivot tables/charts definitely learn...asap"
In response to Reply # 0


  

          

it's actually pretty easy once you play around with it

Macro's are a very good tool to have in your bag....i'm sorta 'learning' it now...

Power Pivot-- after you graduate from regular pivot tables....handles larger data sets and cool for showing off

VLookup-- I never learned it...it's not hard...I just haven't taken the time....but VERY useful/helpful

I'll add more if I think of any



=======================================
Coolin...

  

Printer-friendly copy | Reply | Reply with quote | Top

Cocobrotha2
Charter member
10884 posts
Fri Apr-13-18 09:28 AM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
3. "you'll definitely need conditional formatting for dashboards"
In response to Reply # 0
Fri Apr-13-18 09:30 AM by Cocobrotha2

          

You essentially enter logic such that if X is, say, >= Y, make the cell green. If X==Y, cell is yellow. If X<Y, cell is red.

I've also gotten alot of run out of knowing how to name a range of values and then using countif() to find the certain values in that range.

For instance, if I've got 10 values in column A of Sheet1 that I need to find amongst 5000 values in another tab in Sheet 2 of the spreadsheet, I'll name the large range of values "MyRange".

Then in column B of Sheet1, I'll put =countif(MyRange, A1)>0 . The ">0" at the end changes the countif into a True/False statement.

So if A1 is in the range of 5000 values in "MyRange", B1 will be "True". If not, it'll be false.

Autofill that function for all 10 entries and I've quickly determined whether any entry in column A is in "MyRange".

<-><-><-><-><-><-><-><-><->
<-><-><-><-><-><-><-><-><->

  

Printer-friendly copy | Reply | Reply with quote | Top

PG
Charter member
42568 posts
Fri Apr-13-18 10:22 AM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
4. "^^^^ all of the above.... and if you have time which you won't: VBA"
In response to Reply # 0


  

          

  

Printer-friendly copy | Reply | Reply with quote | Top

T Reynolds
Member since Apr 16th 2007
42760 posts
Fri Apr-13-18 10:27 AM

Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
5. "vlookups are essential, first thing they ask about at my gig"
In response to Reply # 0


  

          

as far as stepping into the next realm of data consumption. and they're easy once you get the hang of them

the level I am looking to get on is VBA where you are getting not only multiple worksheets in Excel, but multiple programs like Access / Outlook working together.

  

Printer-friendly copy | Reply | Reply with quote | Top

    
Playa_Politician
Member since Jul 29th 2006
5495 posts
Fri Apr-13-18 10:34 AM

Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
6. "vlookup was a game changer for me"
In response to Reply # 5
Fri Apr-13-18 10:36 AM by Playa_Politician

  

          

colleague taught me about it a few years ago after 10 years of manually figuring ways to perform same task. i use it weekly if not daily now.

--sig--
n/a

  

Printer-friendly copy | Reply | Reply with quote | Top

        
PG
Charter member
42568 posts
Fri Apr-13-18 10:39 AM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
7. "^ THIS ^ 1st priority!!! - I assumed this as already known"
In response to Reply # 6


  

          

  

Printer-friendly copy | Reply | Reply with quote | Top

dba_BAD
Charter member
14873 posts
Fri Apr-13-18 11:49 AM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
9. "thanks for all the great suggestions above - Imma do my googles"
In response to Reply # 0


          

are there any particular online resources you're a fan of?

I'm a seasoned googler and am confident I can find the instructions and info I need - youtube etc, but if there's something dope out there you're already aware of let me know

Thanks all!

And keep any more great ideas coming! This has been super useful so far

__

fairweather

  

Printer-friendly copy | Reply | Reply with quote | Top

    
ambient1
Member since May 23rd 2007
41077 posts
Fri Apr-13-18 12:42 PM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
10. "https://www.youtube.com/channel/UCkndrGoNpUDV-uia6a9jwVg"
In response to Reply # 9


  

          

https://www.youtube.com/channel/UCkndrGoNpUDV-uia6a9jwVg

=======================================
Coolin...

  

Printer-friendly copy | Reply | Reply with quote | Top

GNT1986
Member since Dec 09th 2011
136 posts
Fri Apr-13-18 12:54 PM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
11. "RE: any of yall basically work in excel for a living? or any excel pros"
In response to Reply # 0


          

I work pretty extensively with Excel in my new position.

I wouldn't say I'm an expert, but I'm proficient enough to get a job that sounds like what you're going after.

What's the point of the dashboard? What information are you trying to convey?

What kind of data are you working with?

  

Printer-friendly copy | Reply | Reply with quote | Top

    
dba_BAD
Charter member
14873 posts
Fri Apr-13-18 01:30 PM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
12. "I have to assess a set of financials to determine fiscal health"
In response to Reply # 11


          

and make strategic recommendations

(which is what I already know how to do)

and then make a dashboard for that theoretical organization to use to manage (forecast, allocate, etc) their finances moving forward (which I kinda know how to do, and have done many times in simplified formats, but I never tried to make anything hugely integrated and pretty)

Would love the opportunity to inbox with you or others in this post in more detail, if you're game to advise further. All input is hugely helpful and appreciated!

__

fairweather

  

Printer-friendly copy | Reply | Reply with quote | Top

        
GNT1986
Member since Dec 09th 2011
136 posts
Fri Apr-13-18 02:43 PM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
14. "RE: I have to assess a set of financials to determine fiscal health"
In response to Reply # 12
Fri Apr-13-18 02:45 PM by GNT1986

          

Feel free to inbox me. I'm at work today and tomorrow reading up on how to design and implement a data governance framework, so if you know anything about that, sharing is caring.

I'm not sure how much help I can be, but yeah, happy to assist however I can.

Is the forecasting straight line linear regression?

The guy who taught me a majority of my excel trickery loved using slicers in dashboards:

https://www.youtube.com/watch?v=R7HF1bG70IE

  

Printer-friendly copy | Reply | Reply with quote | Top

Cam
Charter member
13286 posts
Fri Apr-13-18 02:40 PM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
13. "Yep, both of those. Youtube has good free tutorials."
In response to Reply # 0


  

          

Learn pivot tables in 6 minutes:
https://www.youtube.com/watch?v=qu-AK0Hv0b4

A more thorough dashboard tutorial:
https://www.youtube.com/watch?v=9NUjHBNWe9M

  

Printer-friendly copy | Reply | Reply with quote | Top

poetx
Charter member
58856 posts
Fri Apr-13-18 03:53 PM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
15. "you need to holla at THIS dude: ben collins"
In response to Reply # 0


  

          

https://www.benlcollins.com/tag/excel/


if you go to the top level url, he mostly fux w/ google sheets now (which is what i mostly mess with), but he got some fire on excel, too, at the link i posted.

in particular, he's GREAT at explaining stuff -- one of the best tutorialists (? that a word?) on the 'net, and he always has sample files, etc.

he will have you looking like the excel goat.


peace & blessings,

x.

www.twitter.com/poetx

=========================================
I'm an advocate for working smarter, not harder. If you just
focus on working hard you end up making someone else rich and
not having much to show for it. (c) mad

  

Printer-friendly copy | Reply | Reply with quote | Top

    
dba_BAD
Charter member
14873 posts
Fri Apr-13-18 04:02 PM

Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
16. "THANKS man I wish I was working in sheets"
In response to Reply # 15


          

I have dashboards already I could repurpose wholesale lol

__

fairweather

  

Printer-friendly copy | Reply | Reply with quote | Top

Lobby General Discussion topic #13250288 Previous topic | Next topic
Powered by DCForum+ Version 1.25
Copyright © DCScripts.com