Nuraida Kashmin

About author

Nuraida Kashmin, Bachelor's degree in Mechanical Engineering from Rajshahi University of Engineering & Technology. Since 2021, she wrote 45+ articles on Excel problems and reviewed over 1000 articles. Currently working as a Project Manager, she is responsible for developing and implementing content strategies, managing writers and editors, staying updated on new technology, analyzing data, and tracking content performance indicators. Her interests include Project Management, Creative Writing, Digital Marketing, Reporting, Monitoring & Documentation, and Online Advocacy for SAP & Youth Leaders.

Designation

Project Manager at OfficeWheel in SOFTEKO.

Lives in

Dhaka, Bangladesh.

Education

B.Sc. in Mechanical Engineering at Rajshahi University of Engineering & Technology.

Expertise

Project Management, Technical Writing, Creative Writing, Microsoft 365, Google Workspace, AutoCAD, Reporting, Monitoring & Documentation.

Experience

  • Project Manager, SOFTEKO (Project OfficeWheel)
Currently working as Project Manager. Strategize and implement content plans, crafting editorial calendars, style guides, and guidelines. Supervise teams of content creators, including writers, editors, and designers. Stay updated on new tech and industry practices. Analyze data, make reports, and track content performance for insights and development ideas.
  • Team Leader, SOFTEKO (Project ExcelDemy)
Coordinated content creation, production, audits, research, and brainstorming activities within the team, aiming to optimize overall performance.
  • Excel And VBA Content Developer, SOFTEKO
Wrote 45+ articles on Excel problems.
  • Program Officer, Light To Life
Event organization, reporting, monitoring, documentation, graphic design, online advocacy for SAP and youth leaders.
  • Youth Development Manager, Light To Life
Managed events, reporting, graphic design, and online advocacy.
  • Trainee Automobile Engineer, Pragoti Industries Limited
Received training in car assembly and manufacturing car parts.

Latest Posts From Nuraida Kashmin

0
Create Horizontal Balance Sheet Format in Excel

To know the financial stability of a company or organization, we use the Balance Sheet. We can apply different Excel formulas and different features to create ...

0
How to Check If Value is Between 10 and 20 in Excel

Sometimes we need to check if the value is between 10 and 20 in Excel. We can see that Excel formulas and different features are made for us to solve these ...

0
How to Create a Gauge Chart in Excel – Easy Steps

Step 1 - Create a Dataset. The first data table contains the category of performance level with the corresponding value limit. The second data table is ...

0
How to Hide Source Data in an Excel Pivot Table (With Easy Steps)

We have a dataset containing the company’s customer information about payment methods and amounts. We will create a pivot table from this dataset and hide the ...

0
How to Calculate Area Under Curve in Excel (2 Suitable Methods)

Method 1 - Calculate the Area Under the Curve with the Trapezoidal Rule in Excel It is not possible to directly calculate the area under the curve. We can ...

0
How to Calculate Accuracy and Precision in Excel

The proximity of experimental values to the true value is known as accuracy. Suppose we have a PRODUCT dataset (B4:E9) with forecasted demand in column C and ...

1
How to Break Links in Excel (3 Quick Methods)

In this article, we will present some quick methods to Break Links in Excel. To Break Links means to end the connection to the external references in our ...

0
How to Fix Cell Size in Excel (11 Quick Ways)

Sometimes we need to fix cell size in Excel to make the dataset more attractive. By default, every Excel worksheet contains the same-sized cells. We modify ...

0
How to Copy and Paste in Excel and Keep Cell Size (7 Examples)

Step 1 – Using the Context Menu The dataset below contains information on employees’ Names, Duration of work, and wage Amounts for Project 1 (B4:D7). The same ...

0
How to Fill Column in Excel with Same Value (9 Tricks)

We're going to use a sample dataset to demonstrate how to fill a column with the same value. The dataset contains a list of Customer names and their pay Amount ...

1
How to Remove Semicolon in Excel?

Method 1 - Removing Ending Semicolon from Cells In the dataset below (B4:B9) containing some Microsoft Product names, there is a semicolon at the end of every ...

1
How to Count Text in Excel (7 Easy Tricks)

In this article, we will explain how to count text in Excel in 7 different ways. Here's an overview of the dataset we'll use to demonstrate our methods. ...

1
How to Apply Conditional Formatting to Multiple Columns in Excel – 10 Easy Methods

The sample dataset (B4:F9) contains names of employees, their projects and their working hours on different days. Method 1 - Use the AND ...

0
Excel Conditional Formatting Formula with IF

Method 1 - Simple Conditional Formatting Formula with IF in Excel Consider a sample dataset of Products with their purchase and sold amounts. You can ...

0
How to Count Duplicates with Pivot Table in Excel

Sometimes we need to count the duplicates in an Excel PivotTable for easy calculation. The Excel PivotTable is an amazing feature. In this article, we are ...

Browsing All Comments By: Nuraida Kashmin
  1. Dear Coral Gray,

    You are most welcome.

    Regards
    ExcelDemy

  2. Dear Bel,

    You are most welcome. We always try to provide best resources.

    Regards
    ExcelDemy

  3. Hi Jon,
    You can try this path:
    Select cell range > Click on Conditional Formatting > Select New Rules > Go to ‘Format only cells that contain’ option > From the Edit drop-down, select ‘No Blanks’ > Select Fill color > Press OK.

  4. Hi SHANON,
    Please try to apply below VBA Code after selecting the whole dataset:

    Sub move_rows()
    For Each myCell In Selection.Columns(2).Cells
    If myCell.Value = “Closed” Then
    myCell.EntireRow.Copy Worksheets(“Sheet2”).Range(“A” & Rows.Count).End(3)(2)
    End If
    Next
    End Sub

    You may replace the column number in line 2 according to the placement of your “status” column. Also the sheet name (Sheet2) in line 4 to your required sheet.

  5. Hello CHARLOTTE,
    Glad to hear that you liked my article.
    Please check this article (Method 7)-
    Use SUMIFS Function to Sum Between a Date Range from Another Sheet

    I hope you will find a solution.

  6. Hi SAM,
    Glad to hear that you liked my article.
    I think your project is based on the basic application of VLOOKUP. Please check this article (Method 1)-
    https://www.exceldemy.com/compare-multiple-columns-in-excel-using-vlookup/#1_Compare_Multiple_Columns_in_Excel_and_Return_Matching_Data_Using_VLOOKUP

    I hope it’ll be helpful for you.

  7. Hi SIVA!
    You can check this article – https://www.exceldemy.com/delete-same-sheet-from-multiple-workbooks-in-excel-vba/
    I hope it’ll be helpful for you.

  8. It’s great to hear you liked the article. You are most welcome. Best wishes.

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo