Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Amit
Lv 6
Amit asked in Computers & InternetSoftware · 1 decade ago

Excel Jobs and challanges?

HI all

I have good command over Excel but still unsatisfied with my knowledge.

I want to do something to learn more about Excel.

I need to find some challenging assignments of Excel and also I want to have some jobs on Excel to earn some extra money.

Any suggestion

1 Answer

Relevance
  • 1 decade ago
    Favourite answer

    it sounds to me like you should get started with a database system like Access and move on to SQL when you understand the relationships between tables:

    - what is a table. what is a record ( and its data types like text/numeric/date/null/etc )

    - what is: primary key, foreign key ( the Access relationships diagram is nice here )

    - one-to-many relationship

    - many-many relationship ( resolved by 2 one-to-many relationships and a new table )

    - one-to-one relationship ( resolve by merging the tables into one )

    - what cascade on update and cascade on delete do

    a spreadsheet has it's limits. think about trying to create a spreadsheet where you want to find a line among millions. or how many lines contain the same information. databases have a nice way of handling this redundancy free without stuffing everything into one huge table. by splitting things into tables and only allowing the use of existing things through relationships it makes a very sane system. ( maybe i'm just rambling on now )

    but databases are more interesting than spreadsheets and you sound ready for it. you can earn big bucks doing databases (database administrator) it's everywhere as you probably know (like this site).

    just a suggestion ^_^

Still have questions? Get answers by asking now.