Giter VIP home page Giter VIP logo

webbased-spreadsheet's Introduction

WebBased-Spreadsheet

How To Run

  • clone the repository
$ git clone [email protected]:KevinH2810/WebBased-Spreadsheet.git
  • open the cloned folder
  • click the index.html and you're ready to go

Formula

  • SUM() : Used to sum up all cell inside the parenthesis. ex format: =SUM(A1, B1,C1...) or =SUM(A1:F1)

  • DIVIDE(val1, val2) : used to divide val1 with val2. ex format: =DIVIDE(B3:C8)

  • MULTIPLY(val1, val2) : used to multiply val1 with val2. ex format: =MULTIPLY(B3:C8)

  • AVERAGE() : Used to average the of all cell inside the parenthesis divided by total cell. ex format: =AVERAGE(A1, B1,C1...) or =AVERAGE(A1:F1)

  • LEN(val1) : used to count length of the value inside the cell of val1, beware that space are counted.

  • COUNT() : Used to count all cell inside range that has number on it. ex format: =COUNT(A1, B1,C1...) or =COUNT(A1:F1)

  • COUNTA() : Used to count all cell regardless of the datatypes in range. ex format: =COUNTA(A1, B1,C1...) or =COUNTA(A1:F1)

  • RIGHT(val1, val2): Used to get string from right/Ending of cell/text on val1 based on how much val2 is. ex format =RIGHT(A1,2) or =RIGHT("aaa", 1)

  • LEFT(val1, val2): Used to get string from LEFT/beginning of the cell/text on val1 based on how much val2 is. ex format =LEFT(A1,2) or =LEFT("aaa", 1)

  • MID(val1, val2, val3): Used to get string from position val2 on cell/text val1 based on how much val3 is. ex format =MID(A1,2, 3) or =MID("12345", 2,3)

webbased-spreadsheet's People

Contributors

kevinh2810 avatar

Watchers

James Cloos avatar Gargista Gustamas  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.