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
How to Find Duplicate Rows Based on Multiple Columns in Excel

Method 1 - Using the COUNTIFS Function We will use the following dataset for this method. STEPS: Select the cell range. Go to the Home tab and ...

0
How to Split a Sheet into Multiple Sheets Based on Rows in Excel

Observe the GIF. The sample dataset (B4:C10) showcases  employees and their working hours in Sheet1. To split the sheet into multiple worksheets, each ...

0
How to Find a Circular Reference in Excel (2 Easy Tricks)

Sometimes we input an Excel formula in a worksheet but it’s not working for some reason. It shows a warning prompt instead which mentions Circular Reference. ...

0
How to Trim Text in Excel

Sometimes we need to trim space or character from an entire text in Excel to make the dataset attractive. We can use different Excel functions like TRIM ...

0
How to Remove Table in Excel (6 Easy Methods)

Here's a brief overview of deleting a table from Excel. Let's see the steps in more detail. Remove a Table in Excel: 6 Easy Methods Method 1 - ...

0
Using the COUNTIF Function to find if a Date Is within 7 Days – 2 Methods

Practice Workbook Download the following workbook and exercise. COUNTIF Date is within 7 Days.xlsx The Excel COUNTIF Function The COUNTIF ...

0
How to Split Data with a Formula in Excel – 8 Methods

This is an overview: Method 1 - Using an Excel Formula with the LEFT & RIGHT Functions to Split a Cell   STEPS: Select C5. ...

0
How to Split One Column into Multiple Columns using an Excel Formula – 4 Examples

This is an overview.   Example 1 - Using the LEFT and the RIGHT Functions to Split One Column into Multiple Columns in Excel This is the ...

0
How to Split One Column into Multiple Columns in Excel

Here's an overview image of splitting a column into multiple ones. Method 1 - Using Text to Columns to Split One Column into Multiple Columns in ...

0
How to Convert Number to Date in Excel (6 Methods)

Overview In the following sections, I’ll explain various methods for converting numbers to dates using Excel. Whether you’re dealing with raw data or need to ...

0
How to Add Space between Rows in Excel (2 Ways)

Method 1 - Using the Excel Sort Tool to Add a Space Between Rows Assuming we have a dataset (B4:D9) of the employee names and their total working week along ...

0
How to Use 3D SUMIF for Multiple Worksheets in Excel

The sample Excel Workbook contains three Worksheets named Jan, Feb, and March. In each sheet, the B4:D9 cells contain the Employee, Project, and Sales ...

0
Excel Cell Color: Add, Edit, Use & Remove (7 Quick Ways)

Sometimes we need to color our Excel cell to make the dataset unique, highlighted, beautiful, and easy to visualize. In this article, we will know how to color ...

0
Excel INDEX MATCH If Cell Contains Text

  Introduction to the Excel INDEX Function The INDEX function returns the cell value of a defined array or a range. Syntax: =INDEX (array, ...

0
SUMIF and VLOOKUP Functions Across Multiple Sheets in Excel

Combining Excel SUMIF and VLOOKUP functions is one of the most popular formulas to gather values from multiple sheets and sum values based on a criterion. In ...

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