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
How to Calculate Working Days between Two Dates in Excel (4 Methods)

In this tutorial, we will explain how to use different functions to calculate working days between two dates in Excel. Sometimes, it becomes very essential to ...

0
How to Copy Rows Automatically in Excel to Another Sheet (4 Methods)

In this tutorial, we will demonstrate the methods to automatically copy rows in Excel to another sheet. Microsoft Excel does not provide any feature to copy ...

1
How to Disable Copy and Paste in Excel without Macros (With 2 Criteria)

Sometimes while working on a project we need to share our Excel worksheet with users or clients. Suppose you want the users to only be able to view the ...

0
How to Subtract Hours from Time in Excel (2 Easy Ways)

  Case 1 - Subtract Less Than 24 Hours from Time in Excel Method 1.1 - Apply Fundamental Method to Subtract Hours From the dataset, we can see we have ...

0
How to Apply Percentage Formula in Excel for Marksheet (7 Applications)

  Method 1 - Fundamental Percentage Formula in Excel for a Marksheet If we want to determine what percentage of A is B we will use the following ...

0
How to Calculate Daily Interest in Excel (2 Easy Ways)

Method 1 - Calculate Daily Interest in Excel to Find Simple Interest Suppose you have invested $1,000,000 at an annual interest rate of 5%. Let’s see how much ...

0
How to Exclude a Cell in Excel AVERAGE Formula (4 Methods)

In Microsoft Excel, we use the AVERAGE function to determine the average of specific values from a data range. To extract the exact value of the average, we ...

0
How to Move Rows Up in Excel (2 Quick Methods)

In this article, we will illustrate the process of how to move rows up in Excel. While working with a dataset a lot of times we have to move any single row or ...

0
How to Convert Text to Hyperlink in Excel (5 Methods)

In this tutorial, we will demonstrate to you how to convert text to hyperlink in Excel. Hyperlinks in excel are used to link between websites. Also in this ...

0
How to Copy Hyperlink in Excel (4 Easy Methods)

In this article, we will explain how to copy a hyperlink in Excel. While working in Excel, it is a very common piece of work to copy a hyperlink. Copy a ...

0
How to Remove Hyperlink from Excel (7 Methods)

In this article, we will discuss the process to remove the hyperlink from Excel. In Microsoft Excel, we use hyperlinks to directly go to a particular link. ...

0
How to Remove Sort in Excel (3 Easy Methods)

  Method 1 - Use the Conventional Undo Command to Remove Sort in Excel To demonstrate this method, we will use the following dataset. We have filter ...

0
Shortcut for Excel Filter (3 Quick Uses with Examples)

Application of the Excel filter shortcut in Microsoft Excel is a very convenient approach to use the filtering option. It not only saves our time but also ...

0
How to Use VBA Replace Function in Excel (11 Applications)

In this article, we will demonstrate the use of the VBA Replace function. To illustrate this function to you we will go over several examples with different ...

0
How to Group by Week in an Excel Pivot Table? – 3 Methods

The following dataset showcases sales amounts for January. Method 1 - Setting 7 Days As a Week to Group a Pivot Table by Week This is the pivot ...

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