Skip to main content

Home/ academic technology/ Group items tagged spreadsheets

Rss Feed Group items tagged

Jenny Darrow

10 Useful Google Spreadsheet Formulas You Must Know - woorkup.com | Diigo - 1 views

  •  
    Google Spreadsheet is a powerful and free tool to manage complex spreadsheets. This tutorial illustrates ten useful formulas you must know to help you simplify the way you work in Google Spreadsheet.
Judy Brophy

Free Technology for Teachers: Google Squared - Better Examination of Search Results - 0 views

  •  
    displays the results of a search in a spreadsheet format. This spreadsheet format allows users to quickly compare the results of a search. Users can alter the fields in the spreadsheet to further refine a search. 
Matthew Ragan

Data Scraping Wikipedia with Google Spreadsheets « OUseful.Info, the blog… - 0 views

  •  
    Prompted in part by a presentation I have to give tomorrow as an OU eLearning community session (I hope some folks turn up - the 90 minute session on Mashing Up the PLE - RSS edition is the only reason I'm going in…), and in part by Scott Leslie's compelling programme for a similar duration Mashing Up your own PLE session (scene scetting here: Hunting the Wily "PLE"), I started having a tinker with using Google spreadsheets as for data table screenscraping.
Jenny Darrow

Function list : Functions - Google Docs Help - 0 views

  •  
    Like any good spreadsheet program, Google Spreadsheets supports a wide array of built-in functions.There are old standbys like SUM and AVERAGE. Mathematical, financial or statistical functions to help you crunch numbers. Even functions that manipulate dates and text. Enter them manually, or use the formulas tab to find the functions you need.
Jenny Darrow

KSC Undergraduate Research - 1 views

  •  
    There are lots of reasons that you might use Google Spreadsheets instead of Microsoft's Excel or SPSS. Here I'll focus on just a narrow set of the benefits you'll find with Spreadsheets.
Matthew Ragan

Equivelent of "COUNTIFS" function in excel - Google Docs Help - 0 views

  •  
    I am trying to count cells based on multiple criteria from multiple cell ranges using google docs.  In Excel the formula is simply: =COUNTIFS(S2:S26, "IN", E2:E26, "A") This would select all of the cells with the word "IN" and the Letter "A" in the same corresponding row.  Can anyone help me figure out a workaround for not being able to use the "countifs" function in google spreadsheet?
Jenny Darrow

TEDTalks as of 07.30.10 - 0 views

  •  
    Spreadsheet of TED talks
Judy Brophy

The Innovative Educator: Eight Reasons An Innovative Educator Uses Twitter - 1 views

  • This is fast becoming one of my favorite uses of Twitter. Combined with Google collaborative docs, Twitter becomes a powerful tool. Start your project in Google docs, spreadsheet or presentation and then Tweet a request to your followers for help.Here are a few examples of that:Last Day of Free Ning Networks - What Should You Choose?Innovative Ideas for Getting Teachers Excited About Building Their Personal Learning Networks Real Time from Hunterdon Central Regional High SchoolHiring the World to Be Your Professional Development Provider (free of charge)Adult Learners - Lucy Gray asked her followers for help on this
  •  
     his is fast becoming one of my favorite uses of Twitter. Combined with Google collaborative docs, Twitter becomes a powerful tool. Start your project in Google docs, spreadsheet or presentation and then Tweet a request to your followers for help
Judy Brophy

SISD: Technology Integration - Excel - 0 views

  •  
    Self-Checking Excel Spreadsheet
Judy Brophy

Maps, spreadsheets, yahoo pipes and post offices by andydickinson.net - 0 views

  •  
    Creating a map mashup from data filtered thru Yahoo pipes
Matthew Ragan

Function list : Functions - Google Docs Help - 1 views

  • Frequency distribution
  • FREQUENCY(data, classes)
  • FILTER(sourceArray, arrayCondition_1, arrayCondition_2, ..., arrayCondition_30)
  • ...21 more annotations...
  • SORT(data, keyColumn_1, ascOrDesc_1, keyColumn_2, ascOrDesc_2, ..., keyColumn_30, ascOrDesc_30)
  • Cross-workbook referenceImportRange(spreadsheet_key, [sheet!]range)
  • Elements based on criteriaCOUNTIF(range, criteria)
  • RANDBETWEEN (bottom, top)Returns an integer random number between bottom and top (inclusive).
  • ROUND(number, count)Rounds the given number to a certain number of decimal places according to valid mathematical criteria. Count (optional) is the number of the places to which the value is to be rounded. If the count parameter is negative, only the whole number portion is rounded. It is rounded to the place indicated by the count.
  • RAND()Returns a random number between 0 and 1.
  • AVERAGE(number_1, number_2, ... number_30)Returns the average of the arguments. Number_1, number_2, ... number_30 are numerical values or ranges. Text is ignored.
  • CONFIDENCE(alpha, STDEV, size)Returns the (1-alpha) confidence interval for a normal distribution. Alpha is the level of the confidence interval. STDEV is the standard deviation for the total population. Size is the size of the total population.
  • CORREL(data_1, data_2)Returns the correlation coefficient between two data sets. Data_1 is the first data set. Data_2 is the second data set.
  • COUNT(value_1, value_2, ... value_30)Counts how many numbers are in the list of arguments. Text entries are ignored. Value_1, value_2, ... value_30 are values or ranges which are to be counted.
  • COUNTA(value_1, value_2, ... value_30)Counts how many values are in the list of arguments. Text entries are also counted, even when they contain an empty string of length 0. If an argument is an array or reference, empty cells within the array or reference are ignored. value_1, value_2, ... value_30 are up to 30 arguments representing the values to be counted.
  • MAX(number_1, number_2, ... number_30)Returns the maximum value in a list of arguments. Number_1, number_2, ... number_30 are numerical values or ranges.
  • MEDIAN(number_1, number_2, ... number_30)Returns the median of a set of numbers. Number_1, number_2, ... number_30 are values or ranges, which represent a sample. Each number can also be replaced by a reference.
  • MIN(number_1, number_2, ... number_30)Returns the minimum value in a list of arguments. Number_1, number_2, ... number_30 are numerical values or ranges.
  • MODE(number_1, number_2, ... number_30)Returns the most common value in a data set. Number_1, number_2, ... number_30 are numerical values or ranges. If several values have the same frequency, it returns the smallest value. An error occurs when a value does not appear twice.
  • PERCENTILE(data, alpha)Returns the alpha-percentile of data values in an array. Data is the array of data. Alpha is the percentage of the scale between 0 and 1.
  • QUARTILE(data, type)Returns the quartile of a data set. Data is the array of data in the sample. Type is the type of quartile. (0 = Min, 1 = 25%, 2 = 50% (Median), 3 = 75% and 4 = Max.)
  • RANK(value, data, type)Returns the rank of the given Value in a sample. Data is the array or range of data in the sample. Type (optional) is the sequence order, either ascending (0) or descending (1).
  • STDEV(number_1, number_2, ... number_30)Estimates the standard deviation based on a sample. Number_1, number_2, ... number_30 are numerical values or ranges representing a sample based on an entire population.
  • STDEVP(number_1, number_2, ... number_30) Calculates the standard deviation based on the entire population. Number_1, number_2, ... number_30 are numerical values or ranges representing a sample based on an entire population.
  • Combines text stringsCONCATENATE(text_1, text_2, ..., text_30)Combines several text strings into one string. Text_1, text_2, ... text_30 are text passages that are to be combined into one string.
  •  
    Google Spreadsheets Formula Help
Judy Brophy

Accessibility Checker Rules - Word - Office.com - 1 views

  •  
    Any author (with or without a disability) can use the Accessibility Checker feature to find potential accessibility issues and instructions for how to fix them. This article provides details on the issues the Accessibility Checker looks for, and gives some information on how to resolve them. Through notifications in the Backstage View and a task pane that helps authors navigate to, and resolve issues in their file, the purpose of the Accessibility Checker is to help authors improve the accessibility of documents, spreadsheets, and presentations that they create.
Jenny Darrow

Technology for Teachers KSC - 1 views

  •  
    lThe course introduces pre-service teachers to the applications of different instructional technologies in mathematics classrooms (K - 12).  Students will examine and interpret the meanings of effective and appropriate use of technology through readings and activities.  Using technology along with existing school curriculum, either as an aid or as a supplement, students will learn to create, adapt, and find technological resources.  Students will be exposed to and use Web-applets and other resources on the Internet, computer-based learning software, multimedia presentations, mathematics forums, interactive whiteboards, spreadsheets, dynamic geometry software, calculators, and calculator based laboratories (CBL).  
Judy Brophy

JR says... (whether or not anyone is listening): Show-n-Tell gadget in honor of GoogleIO - 0 views

  •  
    presents text, pictures, urls and other stuff from a spreadsheet so it's updatable in real time
Matthew Ragan

CELT Open Office Hours Sign-In - 4 views

  •  
    A quick way for us to keep track of who is stopping by during the open office hours. The form works well on an iPad, or on a laptop.
Jenny Darrow

gforge5 > Projects > BBoogle (Google Apps BB Integration) > Home - 1 views

  •  
    Bboogle is software that lets you embed Google Documents (including spreadsheets, and presentations) , Google Calendars and Google Sites in a Blackboard course site. Everyone with access to the course can get to linked Google content without logging in a second time. Students and instructors are automatically added as collaborators to the documents, even if they join after the link is made.   Bboogle is also an open source project that you can join. We are looking for skilled developers and educational institutions who want to contribute time to creating the best possible connection between Google Apps and Blackboard. Please see our list of Frequently Asked Questions at  FrequentlyAskedQuestions?
Jenny Darrow

ATSC Survey on Technology Usage in Teaching Practice - 1 views

  •  
    used in 2011, 2012, and  2013?
Judy Brophy

Ambitious iOS Apps - 0 views

  •  
    crowd sourced list of apps,many in music
Matthew Ragan

Google Student Blog: Student Tip: Use Google Docs and Calendar to Import Class Syllabi - 1 views

  •  
    So you probably all already know that Google Calendar is a lifesaver when it comes to organizing classes. The problem, though, is that sometimes professors don't create a Calendar-ready syllabus for us! Don't fret - here I'll share how I've managed to harness the power of Google Docs to streamline a Calendar for each of my classes, so hopefully you can do the same. Start by loading the template located at http://bit.ly/importtemplate, then rename it to correspond to the name of the class syllabus you're working on. Leaving the header row, fill in the assignment and due date, as well as the time.
1 - 20 of 20
Showing 20 items per page