Login
Discover
Waves
Communities
Login
Signup
@excelsheets
51
Followers
13
Following
10
Follow
Resource Credits
Available
Used
Created
2022-10-21 00:23
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
excelsheets
excel
2022-11-23 07:14
Excel and GSheet Functions Compilation
In Excel and GSheets, function is a pre-defined formula that makes calculations easier. We'll just have to input specific values in specific order known as arguments. Here is a compiled list of all functions
$ 0.128
9
1
2
excelsheets
mancave
2023-12-18 16:26
How to Share your Google Sheets (Step by Step Guide)
I know you're here because you need to share your file so I'll make it short. No non-sense introductions. Step 1: Create Your Google Sheet Before you can share your masterpiece, you need to create it.
$ 0.135
8
excelsheets
LeoFinance
2023-08-20 17:07
COUNTIFS function
Available in: Desktop version starting Excel 2007, Online Excel 365, Google Sheets Function Type: Statistical Description: COUNTIFS function in Excel or Google Sheets counts the number of cells within
excelsheets
LeoFinance
2023-08-15 15:52
COUNTBLANK function
Function Type: Statistical Description: COUNTBLANK function in Excel or Google Sheets counts cells that are blank in a given range of cells specified. Literally just the empty / blank cells. Even a single
excelsheets
LeoFinance
2023-08-12 12:50
COUNTA function
Function Type: Statistical Description: COUNTA function in Excel or Google Sheets counts cells that contain anything in a cell or a given range of cells. It counts even the errors, Boolean, AlphaNumerics
excelsheets
LeoFinance
2023-08-10 17:59
COUNT function
Function Type: Statistical Description: COUNT function in Excel or Google Sheets counts how many numbers are in the list of arguments. In my head, Excel or GSheets is counting the numbers in the specified
excelsheets
LeoFinance
2023-08-04 03:24
PROPER function
Function Type: Text Description: PROPER function in Excel or Google Sheets capitalizes the first letter in each word of a text value. In my head, this is like when we write proper nouns, such as name of
excelsheets
LeoFinance
2023-07-30 01:25
LOWER function
Function Type: Text Description: LOWER function in Excel or Google Sheets converts texts to lower cases. Function Structure: =LOWER ( text ) Argument Breakdown: text - The text you need to convert to lower
excelsheets
LeoFinance
2023-07-28 22:07
UPPER function
Function Type: Text Description: UPPER function in Excel or Google Sheets converts texts to UPPER CASE. Function Structure: =UPPER ( text ) Argument Breakdown: text - The text you need to convert to upper
excelsheets
LeoFinance
2023-07-27 22:17
YEARFRAC function
Function Type: Date and Time Description: YEARFRAC function in Excel or Google Sheets returns the year fraction representing the number of whole days between start_date and end_date. Function Structure:
excelsheets
LeoFinance
2023-07-26 23:28
WORKDAY function
Function Type: Date and Time Description: WORKDAY function in Excel or Google Sheets returns the serial number of the date before or after a specified number of workdays. This function is useful in formulas
excelsheets
LeoFinance
2023-07-25 21:32
WEEKNUM function
Function Type: Date and Time Description: WEEKNUM function in Excel or Google Sheets Converts a serial number to a number representing where the week falls numerically with a year. This function is useful
excelsheets
LeoFinance
2023-07-24 18:30
NETWORKDAYS Function
Function Type: Date and Time Description: NETWORKDAYS function in Excel or Google Sheets calculates the number of whole workdays between two dates. This function is useful in formulas where you need to
excelsheets
LeoFinance
2023-07-23 17:36
TIMEVALUE function
Function Type: Date and Time Description: TIMEVALUE function in Excel or Google Sheets is used to convert a time in the form of text to a serial number. This is best used when you have separate cells /
excelsheets
LeoFinance
2023-07-22 11:38
DATEVALUE function
Function Type: Date and Time Description: DATEVALUE function in Excel or Google Sheets is used to convert a date in the form of text to a serial number. This is best used when you have separate cells /
excelsheets
leofinance
2023-06-24 11:45
WEEKDAY function
Function Type: Date and Time Description: WEEKDAY function in Excel or Google Sheets is used to convert a serial number to a day of the week. Function Structure: =WEEKDAY(serial_number,[return_type]) Arguments
excelsheets
leofinance
2023-06-17 08:25
TIME function
Function Type: Date and Time Description: TIME function in Excel or Google Sheets is used to return the serial number of a particular time. Function Structure: =TIME(hour,minute,second) Arguments hour
excelsheets
leofinance
2023-06-10 04:37
SECOND function
Function Type: Date and Time Description: SECOND function in Excel or Google Sheets is used to convert a serial number to seconds. "SECOND" returns only the seconds of the serial number, it ignores
excelsheets
leofinance
2023-06-03 11:09
MINUTE function
Function Type: Date and Time Description: MINUTE function in Excel or Google Sheets is used to convert a serial number to a minute. "MINUTE" returns only the minute of the serial number, it ignores
excelsheets
leofinance
2023-05-26 16:18
HOUR function
Function Type: Date and Time Description: HOUR function in Excel or Google Sheets is used to convert a serial number to an hour. "HOUR" returns only the hour of the serial number, it ignores
excelsheets
leofinance
2023-05-20 14:00
EOMONTH function
Function Type: Date and Time Description: EOMONTH function in Excel or Google Sheets is used to return the serial number of the last day of the month before or after a specified number of months. Function