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)

In Microsoft Excel, we can create the customized format with Excel Invoice Formula to use later as a template. It makes our daily work more convenient. In this ...

0
Create Excel Drop Down List from Table (5 Examples)

In Microsoft Excel, creating a drop down list from the table is very easy. In this article, we will explain the process of creating an Excel drop-down list ...

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

In Microsoft Excel, while working with a dataset, sometimes we need to use the same formula in multiple rows or columns. In this article, we will see how to ...

0
Applications of Excel Fill Series (12 Easy Examples)

The Excel Fill Series is a helpful feature that increases the efficiency of creating a spreadsheet. It allows quick filling of values in selected cells. The ...

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

In Microsoft Excel, the Advanced Filter option is helpful when looking for data that meets two or more criteria. In this article, we will discuss applications ...

0
How to Delete Hidden Rows in Excel?

Sometimes while working in Microsoft Excel, we may have to deal with a lot of hidden rows or columns. Hidden data may be unavailable as well as unnecessary. In ...

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

While working in Microsoft Excel, there are various formulas to make our work easier. IF formula is one of them. It has a wide range of applications in Excel. ...

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

Sometimes while working in Microsoft Excel we need to count cells between two numbers. We can do this with the COUNTIF function. The COUNTIF function is a ...

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

In this article, we will demonstrate to you how to sum time in Excel. While working in Excel, we may need to add time. To clarify the process of summing time ...

0
How to Use Excel SLOPE Function (5 Quick Examples)

Microsoft Excel provides various types of functions to make the work more convenient. Excel SLOPE function is one of them. In this article, we will learn about ...

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