Posts

Showing posts with the label msexcel

Most Important Excel Formulas

Most Important Excel Formulas Most Important Excel Formulas Logical Functions Library =FALSE() Returns the logical value FALSE. =TRUE() Returns the logical value TRUE. =NOT(logical) Changes FALSE to TRUE, or TRUE to FALSE. =AND(logical1, [logical2], ...) Checks whether all arguments are TRUE, and returns TRUE if all arguments are TRUE. =OR(logical1, [logical2], ...) Checks whether any of the arguments are TRUE, and returns TRUE or FALSE. Return FALSE only if all arguments are FALSE. =IF(logical_test, [value_if_true], [value_if_false]) Checks whether a condition is met, and returns one value if TRUE, and another value if FALSE. =IFERROR(value, value_if_error) Returns value_if_error if expression is an error and the value of ...

Introduction to MS Excel

Introduction to MS Excel Introduction to MS Excel About MS Excel (एमएस एक्सेल के बारे में) Microsoft Excel is an electronic spreadsheet with numerous rows and columns, used for organizing data, graphically representing data(s), and performing different calculations. It consists of 1048576 rows and 16384 columns. A row and column together make a cell. Each cell has an address defined by column name and row number, example A1, D2, etc. This is also known as a cell reference. (माइक्रोसॉफ्ट एक्सेल एक इलेक्ट्रॉनिक स्प्रेडशीट है जिसमें कई पंक्तियाँ और कॉलम होते हैं, जिसका उपयोग डेटा को व्यवस्थित करने, डेटा का ग्राफिकल प्रतिनिधित्व करने और विभिन्न गणनाएँ करने के लिए किया जाता है। इसमें 1048576 पंक्तियाँ और 16384 कॉलम होते हैं। एक पंक्ति और कॉलम मिलकर एक सेल बनाते हैं। प्रत्येक सेल का एक पता होता है जो कॉलम नाम और पंक्ति संख्या द्वारा परिभाषित होता है, जैसे A1, D2...