Posts

Showing posts from August, 2024

Current Date and Time for Excel Formulas and Functions 2024 in Hindi and Gujarati | Excel Formula Tutorial | Excel Formulas

Image
  Excel Formulas for Current Date and Time Excel provides easy-to-use formulas for inserting the current date, time, or both into a worksheet. Here are the formulas along with examples: 1. Current Time Only Formula Formula: =TEXT(NOW(), "HH:MM:SS AM/PM") or =TEXT(NOW(), "HH:MM:SS") for a 24-hour format. Automatic Updates: Both =TODAY() and =NOW() are dynamic and update automatically whenever the worksheet recalculates. Static Date and Time: If you want to insert the current date or time as a static value (that doesn’t change), you can press Ctrl + ; for the current date and Ctrl + Shift + ; for the current time. Description: This formula extracts and formats the current time from the NOW() function. Example: If the current time is 11:55 AM, entering =  Ctrl + Shift + ;  press  will display 11:55:00 AM. https://youtu.be/8sM9GWmZHGU 2. Current Date Formula Formula: =TODAY() Description: This formula returns the current date. The date is updated every time th...

SUM, SUBTOTAL, SUMPRODUCT, SUBSTITUTE, SUMIF and SUMIFS formulas in Excel

Image
  Excel SUM Series

COUNT, COUNTA, COUNTBLANK, COUNTIF, and COUNTIFS formulas in Excel

Image
  Excel Count Series Here’s a breakdown of the COUNT, COUNTA, COUNTBLANK, COUNTIF, and COUNTIFS formulas in Excel, including their usage and examples 1. COUNT Formula: The COUNT formula is used to count the number of cells that contain numbers within a specified range. COUNT: Counts the number of cells with numbers. COUNT: =COUNT(F2:F21) http://www.youtube.com/@Jemal_Knowledge32 https://youtu.be/Xi6Q8ayeuNs https://www.linkedin.com/posts/hitesh-darji-11452b271_exceltutorial-exceltips-exceltraining-activity-7224774354536996864-fpWC?utm_source=share&utm_medium=member_android https://www.instagram.com/reel/C-IUSn9yMR3/?igsh=MWg3YmZybXZ0bWNuMg== COUNTA:=COUNT(C2:D13)   3. COUNTBLANK Formula The COUNTBLANK formula is used to count the number of empty cells within a specified range. COUNTBLANK: Counts the number of empty cells. COUNTBLANK: = COUNTBLANK(B1:I21) 4. COUNTIF Formula The COUNTIF formula counts the number of cells that meet a single specifi...