+ Reply to Thread
Results 1 to 14 of 14

Taking Excel to the Next LEVEL!

  1. #1
    Registered User
    Join Date
    03-08-2012
    Location
    US, Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    Question Taking Excel to the Next LEVEL!

    Hi All,

    I have not been to active on this forum. I have been searching around but there are so many topics that its overwhelming.

    I want to take my excel to the next level. I am an engineer and have created some great excel sheets. Nothing super fancy but using if then statements and vlookups to automatically identify variables in calculations. My calculations are usually 5 sheets with about 80 lines per sheet to give an idea.

    I want to create easy to use calculators that cannot be edited so my employees can use them and I don't have to worry about the formulas being modified. I know I can lock cells, but I really want to take my excel work to the next level.

    I am wondering if you suggest any specific posts here, youtube videos and/or training courses?

    I want to create worksheets that look like this
    Capture1.JPG
    This is from Tim Ferris' book 4 hour work week.

    Mine currently look like this
    Capture2.JPG

    Any help, direction, guidance is much appreciated!

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,009

    Re: Taking Excel to the Next LEVEL!

    .
    My 2 cents ...

    In this situation, I would start with the overall design / look of the worksheet. Then .. once the "look" is right ... I would dig into the formulas, macros, etc. I believe doing it in this manner will reduce the number of times you will find yourself
    changing the locations (cells, rows, columns) for your formulas, etc.

    I have found for my purposes, it is usually best to ignore the first few columns on the left side of the worksheet. Begin everything starting in Col C or E. That way if you need to add something in and it absolutely must go on the left side
    of your main project, you have a few blank columns to work with and won't (hopefully) have to shift everything to the right and re-write all your formulas / macros to match. Having a few empty rows at the top of the project is also a good idea
    for the same reasons. You can always shrink the empty cols / rows down or even hide them if they aren't being used. And, when you hide all the grid lines, the left and top sides will be blank making the overall look even better.

    As for the graphics you are desiring to see in your projects .... that is simply an effort of experimenting to see what looks good. Search the internet for examples of what others have done to get the grey matter going. It is doubtful you will
    ever create the perfect presentation on your first try. It will takes experimentation, several edits (at a minimum) and ALOT of frustration. You know what you want but creating it is another matter. Guess that is why there are graphic artists for hire ?

    One aspect of the design that I try to adhere to is exactly what you've posted as an example. The invoice is using only three colors and alot of white, plus no grid lines. Excellent in my minds eye. Using too many colors in such a small area cheapens the
    presentation for the user. Think kindergarten ?

    The use of lots of white is relaxing to the eyes. Regardless of what you are creating, my opinion is that you are creating a "tool" not an entertainment item. A tool needs to be simplified, easy to use and navigate and gets the job done. That's all - nothing more. If it has alot of unnecessary colors, buttons, bells, whistles and those neat fancy moving thing-a-ma-bobs .... it is getting back into kindergarten entertainment and not EXCEL which is a tool.

    As I said ... my 2 cents. Best wishes.

  3. #3
    Forum Expert kersplash's Avatar
    Join Date
    11-22-2016
    Location
    Perth
    MS-Off Ver
    Home 2016 (Windows 10)/Work 2013 Pro Plus (Windows 10)
    Posts
    2,012

    Re: Taking Excel to the Next LEVEL!

    Learn how to use tables. Simple and saves so much time when writing formulas and referencing data.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Taking Excel to the Next LEVEL!

    Moved to our discussion thread.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Taking Excel to the Next LEVEL!

    Use userforms instead of worksheets.



  6. #6
    Registered User
    Join Date
    03-08-2012
    Location
    US, Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Taking Excel to the Next LEVEL!

    Quote Originally Posted by Logit View Post
    .
    My 2 cents ...

    ...
    Thank you for your advice!

    I understand the layout and graphics part, that seems to be the fun and easy part. But I wanted to know how to structure the backend. My main concern is locking the formulas for editing and utilizing advanced scripts. I have never used macros before but am interested in learning. The excel sample I was looking at did not allow me to edit anythin and had links to change pages etc.

    Eventually I would like to program charts and figures to increase in magnitude based on design. To automatically create a beam for example with inputted dimensions and then apply a graphical load (basically an arrow pointing down and or curve above the beam representing the load at each point on the beam. if that makes sense.

    My main question is what resource if any do you suggest to learn? I am open to taking an online class or following youtube videos. The problem I am having is that there is so much resources out there that it is information overload.

    Thanks again!
    Last edited by AliGW; 02-16-2018 at 01:24 PM. Reason: Most of large quotation removed.

  7. #7
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,009

    Re: Taking Excel to the Next LEVEL!

    .
    Sorry for the misunderstanding. When you said you 'wanted your projects to look like this' .. thought you were referencing just the overall design.

    Regarding how / what to learn ... it really depends on the individual. The FOR FREE approach would include forums such as this one (and there are others as well) where you can search for what you are needing and when you run into a problem there are tons of folks to help you through.

    YOU TUBE is another great resource. You can search for what you want and the 'visual representations' are great to "see how it's done". Most of the videos fail to include the actual code where you can copy and paste .. or download a copy of the code from their website. So ... the only downside that I have found is having to type the code manually while the video is on pause.

    There are several good websites dedicated to EXCEL / VBA with tons of example code and download projects. You'll gain alot of ideas, knowledge and experience from those.

    Ultimately, returning to this forum to ask for assistance when you get into a problem will overcome those learning curves. You indicated you are an engineer by trade .. so presumably you'll be able to tackle this learning curve well on your own and with assistance from the Forum members.

    So what's left ? Jump in ... search for what you are needing and give it a go. Persevere and return here for assistance. It will be rough at first - most Forum members are reluctant to create your project for you (there is a commercial section for that where you can pay to have someone create a project). However, if you give it the ole college try and present your attempted code - the assistance will come.

    Good luck !

  8. #8
    Registered User
    Join Date
    03-08-2012
    Location
    US, Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Taking Excel to the Next LEVEL!

    Thank you! I will do just that. I am also open to traditional online classes, paid is not out of the question.

    What keywords should I search for to get the right videos and tutorials?
    • I need to find out how to establish a backend and front end that are not editable. (key word: I'm not sure here)
    • Do I need to learn macros? (kw: macros)
    • Should I consider creating separate excel sheets for code references? And then link them or is this too complicated, should the code references be inside each of the excel sheet? (kw: references? dynamic references?)
    • What about setting up an access database? (kw: access spreadsheets?
    • And creating dynamic figures and charts? (kw: dynamic chart?)

    I appreciate your help here. Ive started my search and am overwhelmed with irrelevant information. Really I am not sure as to what the excel terminology are for different things so its hard to search.

    Thanks again!!

  9. #9
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Taking Excel to the Next LEVEL!

    From the picture you posted, it looks like you are using excel as some kind of database. If this is the intention, I suggest you should learn SQL- a universal language of relational databases. You can use SQL in any programming language. Any application worth of its salt keeps data in some kind of database.

  10. #10
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,009

    Re: Taking Excel to the Next LEVEL!

    Really I am not sure as to what the excel terminology are for different things so its hard to search.
    I experienced the same problem at first. I can't explain how to shorten the curve. For me it simply came in time. After you search a number of times, the key terms come to mind and you'll start to
    include these terms in your search. It will make finding the information easier and faster.

  11. #11
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Taking Excel to the Next LEVEL!

    maybe this will help: Excel for... or Excel for...2 or Excel for...3
    Last edited by sandy666; 02-16-2018 at 08:11 PM.

  12. #12
    Registered User
    Join Date
    03-08-2012
    Location
    US, Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Taking Excel to the Next LEVEL!

    Thank you all!

  13. #13
    Registered User
    Join Date
    03-08-2012
    Location
    US, Florida
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Taking Excel to the Next LEVEL!

    Just thought I would update everyone and if anyone happened to come across this thread.

    I found excel classes on Skill Share. Haven't tried them yet but seems to be a good source for structured classes.

    Cheers!

  14. #14
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Taking Excel to the Next LEVEL!


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Group line level status at header level
    By benjamin_1986 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-16-2017, 01:15 PM
  2. Excel ADODB Sql Query Execution taking hours when manipulate excel tables
    By brajesheee in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-09-2015, 01:41 AM
  3. Taking data from CSV to Excel (Filter & Sort), then export to new excel file
    By tmhall in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-08-2014, 11:26 AM
  4. Posisible to Disable Save As at Program level (not workbook level)??
    By brian6464 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-29-2014, 02:49 PM
  5. Bill of Materials conversion from multi level to single level
    By susmitpatel in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-11-2013, 12:53 AM
  6. Can't get VBA code to do task at worksheet level not workbook level
    By lealea1982 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-12-2011, 10:22 AM
  7. Using macro to convert single level BOM to Multi Level BOM
    By andrew_chong in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-07-2006, 04:57 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1