Mukesh Dipto

About author

Mukesh Dipto is an excellent marine engineer who loves working with Excel and diving into VBA programming. For him, programming is like a superhero tool that saves time when dealing with data, files, and the internet. His skills go beyond the basics, including Rhino3D, Maxsurf C++, AutoCAD, HTML, CSS, JavaScript, and WordPress. He got his B.Sc in Naval Architecture & Marine Engineering from BUET, and now he's switched gears, working as a content developer. In this role, he creates techy content all about Excel and VBA. You'll find him reading books, travelling, and enjoying movies and TV series outside work.

Designation

Excel & VBA Content Developer at ExcelDemy in SOFTEKO.

Lives in

Dhaka, Bangladesh.

Education

B.Sc in Naval Architecture & Marine Engineering, BUET.

Expertise

Microsoft Word, Excel & VBA, PowerPoint, Microsoft Power BI, AutoCAD, Rhinoceros, HTML, CSS, JavaScript, WordPress

Experience

  • Resource Person at Directorate of Primary Education, Bangladesh, Dhaka.

Research

  • Maritime risk assessment of LNG carrier in Bangladesh using Fuzzy Logic Approach.

Latest Posts From Mukesh Dipto

0
Transport Bill Format in Excel (Create in 4 Simple Steps)

What Is an Excel Transport Bill Format? A transport bill is a type of receipt provided by a transport service. The overview of a bill template is in the image ...

0
How to Create Excel Drop Down List from Table (5 Methods)

Method 1 - Creating a Drop-Down List from a Table with Validation To create a drop-down list from a table, we can use the validation option. This is one of ...

0
How to Keep a Cell Fixed in Excel Formula (4 Easy Ways)

Method 1 - Use the F4 Key in Excel Formula to Keep a Cell Fixed We have a dataset of fruits with their weight, unit price, and total price. Sellers will pay a ...

0
Applications of Excel Fill Series: 12 Easy Methods

Method 1 - Fill a Linear Series in Excel in a Column Select cell D5. Drag the Fill Handle tool to cell D10. From the dropdown of the right ...

0
Advanced Filter with Criteria Range in Excel (18 Applications)

Method 1 - Using the Advanced Filter Criteria Range for Number and Dates Column B to Column E in the sample dataset represents sales data. We will use the ...

0
How to Delete Hidden Rows in Excel: 3 Methods

Method 1 - Utilizing the ‘Inspect Document’ Option to Delete Hidden Rows in Excel Hide the highlighted rows, select the rows. Right-click on the cell ...

0
How to Use IF Formula with Dates (6 Easy Examples)

Excel IF Function Overview Description The IF function tests a condition, then returns one of the two values depending on whether the test is TRUE or ...

0
How to Use COUNTIF Between Two Numbers (4 Methods)

The COUNTIF Function in Excel: Syntax ➤ Description Count cells within specific criteria. ➤ Generic Syntax COUNTIF(range,criteria) ➤ Argument ...

0
How to Sum Time in Excel (9 Suitable Methods)

  Method 1 - Using Excel Formula to Sum Time in Excel We will use the following dataset which contains the working hours of staff for Thursday and ...

0
How to Use the Excel SLOPE Function – 5 Examples

The Excel SLOPE Function Description The SLOPE function returns the slope of the linear regression line with known y and x data points. The rate of ...

Browsing All Comments By: Mukesh Dipto
  1. Hello Ruby,
    Thanks for your query. If you do not want to see the formula for a blink then you have to do it by protecting the worksheet. You can try the following code:
    Sub HideFormulasDisplayValues()
    With ActiveSheet
    .Unprotect
    .Cells.Locked = False
    .Cells.SpecialCells(xlCellTypeFormulas).Locked = True
    .Cells.SpecialCells(xlCellTypeFormulas).FormulaHidden = True
    .Protect AllowDeletingRows:=True
    End With
    End Sub

  2. Thanks for your feedback sir.
    The range is (>=50 and <=80). In Excel COUNTIF function by default omit the upper end value.
    So, the formula is basically showing the result for the values less than 80.

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo