www.facebook.com/share/r/RVEP...
www.facebook.com/share/r/RVEP...
Save time on data entry with these shortcuts.
Ctrl + '
Copy formula from cell above (formula is exact copy)
Ctrl + Shift + "
Copy value from cell above
Ctri + K
Insert hyperlink
Alt + J
Display AutoComplete list
Ctrl + E
Flash fill
Save time on data entry with these shortcuts.
Ctrl + '
Copy formula from cell above (formula is exact copy)
Ctrl + Shift + "
Copy value from cell above
Ctri + K
Insert hyperlink
Alt + J
Display AutoComplete list
Ctrl + E
Flash fill
1. Shift + F11 – Insert a new worksheet.
2. Ctrl + PgDn – Go to the next worksheet.
3. Ctrl + PgUp – Go to the previous worksheet.
4. Alt + O, H, R – Rename the current worksheet.
5. Alt + E, L – Delete the current worksheet.
1. Shift + F11 – Insert a new worksheet.
2. Ctrl + PgDn – Go to the next worksheet.
3. Ctrl + PgUp – Go to the previous worksheet.
4. Alt + O, H, R – Rename the current worksheet.
5. Alt + E, L – Delete the current worksheet.
• VLOOKUP: Defaults to an approximate match unless specified otherwise (using FALSE for exact matches).
• XLOOKUP: Defaults to an exact match, which is safer and less error-prone.
• VLOOKUP: Defaults to an approximate match unless specified otherwise (using FALSE for exact matches).
• XLOOKUP: Defaults to an exact match, which is safer and less error-prone.
1. SUM: Adds numbers together.
Example: =SUM(A1:A10) adds everything in cells A1 to A10.
2. IF: Makes decisions.
Example: =IF(A1>10, "Yes", "No") checks if A1 is greater than 10. If true, it shows “Yes”; otherwise, “No.”
1. SUM: Adds numbers together.
Example: =SUM(A1:A10) adds everything in cells A1 to A10.
2. IF: Makes decisions.
Example: =IF(A1>10, "Yes", "No") checks if A1 is greater than 10. If true, it shows “Yes”; otherwise, “No.”