top of page

20 Easy Tips and Shortcuts For Using Microsoft Excel: Part I

  • CoopSys
  • Jul 7, 2016
  • 4 min read

Excel is among the core Microsoft Office applications. It is the quintessential tool for organizing, formatting, and calculating data. You don’t have to be “a math person” to navigate and use excel.

We want to show you how user-friendly and handy Excel can be! Here are the first 5 excel tips and tricks in our series to gain confidence in using this program to your advantage.

1. Try A Template

Excel offers a whole slew of pre-formatted templates to save you time and energy. When you know what you need to get done, but you’re not sure how to set up your spreadsheet or you don’t have the propensity to do so, start with a template and all that will be left to do is make a few tweaks and get your data in there. When you open Excel you can choose a template from the main menu before starting your new document.

2. Count and Sum Functions

COUNT the number of cells you highlight. Below, the function would result in cell A7 containing “5” since we highlighted 5 cells.

SUM allows you to add up the numbers in each of the cells you highlight for a total. Below, the function would result in cell A7 containing “15” since we highlighted cells containing 1, 2, 3, 4, and 5 and this added them together.

3. Use Keyboard Shortcuts

Instead of dropping your hand from the keyboard to find your mouse and then searching around, you can use keyboard shortcuts to swiftly execute commands in Excel. There are numerous resources for printable versions like this one for you to keep handy.  You didn’t think we expected you to memorize these right away, did you?!

  • Note: Many shortcuts are applicable across Microsoft Office applications!

4. Auto-Fill

Move your cursor to the lower right corner of a cell that comes before blank cells in a row or column. This corner of the populated cell is called the “fill handle”. It will turn into a plus sign (+) and from there you can click it and drag the mouse down or across as far as you’d like to fill the boxes in between with whatever was in the cell you selected.

Once you get good at this you can start to use an auto-fill menu that will intelligently guess how you might like to auto-fill the coming spaces based on what came before the cell you’ve clicked (+).

5. Insert New Rows or Columns

This one is very straightforward: To add rows or columns, highlight however many rows or columns (not both at once- pick one to work with) you want, right click that, and choose “insert”. 

We want to hear from you. What questions can we answer?  What challenges are you looking to address for your business or yourself professionally?

"*" indicates required fields

First Name

*

Last Name

*

Company Name

*

Email

*

Phone
Address

Street Address

Address Line 2

City

StateAlabamaAlaskaAmerican SamoaArizonaArkansasCaliforniaColoradoConnecticutDelawareDistrict of ColumbiaFloridaGeorgiaGuamHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaNorthern Mariana IslandsOhioOklahomaOregonPennsylvaniaPuerto RicoRhode IslandSouth CarolinaSouth DakotaTennesseeTexasUtahU.S. Virgin IslandsVermontVirginiaWashingtonWest VirginiaWisconsinWyomingArmed Forces AmericasArmed Forces EuropeArmed Forces Pacific

ZIP Code

CAPTCHA
Receive updates on news and events
Receive updates on news and events

Cooperative Systems will send email updates and reminders about upcoming events, news, and promotions.

Comments

This field is for validation purposes and should be left unchanged.

gform.initializeOnLoaded( function() {gformInitSpinner( 23, 'https://coopsys.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_23').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_23');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_23').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_23').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_23').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_23').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_23').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_23').val();gformInitSpinner( 23, 'https://coopsys.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [23, current_page]);window['gf_submitting_23'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_23').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_23').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [23]);window['gf_submitting_23'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_23').text());}else{jQuery('#gform_23').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "23", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_23" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_23"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_23" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 23, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );
 
 
 

コメント


bottom of page