Top Banner
20

Creating excel databases

Jul 11, 2015

Download

Technology

jhefreysajot
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Creating excel databases
Page 2: Creating excel databases
Page 3: Creating excel databases
Page 4: Creating excel databases
Page 5: Creating excel databases
Page 6: Creating excel databases

SURNAME FIRST NAME DATE GRADUATED FINAL GRADE

Tio Rommel 24 – March - 2011 98.99

Goopio Irjo 16 – March – 2007 97.87

Argocillo Ralph 18 – March – 2010 78.91

Montecillo Gualbert 19 – March – 2009 93.45

Raymundo Godwin Tom 16 – March – 2007 88.98

Cesa Abegail 15 – March – 2008 75.67

Medriano Lia 19 – March – 2010 89.05

Legaria Lizbeth 18 – March – 2009 78.69

Villanueva Genara 17 – March – 2008 89.26

Field Name

Record

List

Range

Field

Field Value

Page 7: Creating excel databases
Page 8: Creating excel databases
Page 9: Creating excel databases
Page 10: Creating excel databases
Page 11: Creating excel databases
Page 12: Creating excel databases

PRESS TO

TAB Move to the next field

SHIFT + TAB Move to the previous field

ENTER Move to the next record

SHIFT + ENTER Move to the previous record

CTRL + “ (Quotation) Copy the number from the same field in the preceding order

CTRL + ‘ (Apostrophe) Copy the formula from the same field in the preceding order

CTRL + ; (Semicolon) Enter current data

CTRL + : Enter the current date

Page 13: Creating excel databases
Page 14: Creating excel databases
Page 15: Creating excel databases
Page 16: Creating excel databases

The comparison operators are:

= Equal to

> Greater than

< Less than

>= Greater than or Equal to

<= Less than or Equal to

<> Not equal to

Page 17: Creating excel databases

The wildcard characters are:

? Signifies a single character located in the same position as the question mark. So, the criteria sk? Looks for ski, ska or sky

* Signifies any number of characters located in the same position as the asterisk. So, the criteria rac* looks for race, raced, racing, or racecar

˜? Signifies a question mark

˜* Signifies an asterisk

˜˜ Signifies a tilde ( ~ )

Page 18: Creating excel databases
Page 19: Creating excel databases
Page 20: Creating excel databases