Sanjida Ahmed

About author

Sanjida Ahmed, who graduated from Daffodil International University with a degree in Software Engineering, has worked with SOFTEKO since 2021. She has written over 100 articles on Excel & VBA and, since 2022, has worked as the Project Manager of the Excel Extension Development Project in the Software Development Department. Since starting this software development, she has established an outstanding workflow encompassing a full SDLC. She always tries to create a bridge between her skills and interests in Artificial Intelligence.

Designation

Software Developer

Position

Project Manager in Microsoft Office Extension Development project in SOFTEKO.

Lives in

Dhaka, Bangladesh.

Education

BSc in Software Engineering (SWE) in Daffodil International University.

Expertise

Java (J2SE, J2EE), Spring, C#, .Net, Asp.net (Core, MVC, Entity), C, HTML, CSS, PHP, UML, SQL, SQLite, VBA, VB.Net, MATLAB, Selenium, Git, Linux (Ubuntu, Mint), LaTeX, Microsoft Office.

Academic Projects

Projects

Thesis

Robotics Project

  • Obstacle Avoiding Autonomous Car
  • Line Tracing and Locating an Object Robot

Experience

  • Software Engineering
  • Project Management
  • Team Management

Summary

  • Currently working as Project Manager in Microsoft Office Extension Development project in SOFTEKO.
  • Started technical content writing of Excel & VBA in October 2021 in SOFTEKO.

Research & Publication

Latest Posts From Sanjida Ahmed

0
How to Use TREND Function in Excel (3 Examples)

The TREND function is a Statistical function in Excel. This article will show you how to use Excel’s TREND function with 3 examples. Introduction to The ...

0
FORECAST Function in Excel (with other Forecasting Functions)

Excel offers many useful features and functions that reduce our workload significantly. For example, Excel can predict future output based on past results. We ...

0
How to Use AGGREGATE Function in Excel (13 Examples)

In this article, you will learn about the AGGREGATE function in Excel. Here, you will explore its uses, aggregate data, with multiple criteria, combine ...

0
How to Use Nested VLOOKUP in Excel?

The VLOOKUP function is one of Microsoft Excel’s most powerful, flexible, and extremely useful functions to search and retrieve values – either exactly matched ...

0
How to Remove Letters from Cell in Excel (10 Suitable Methods)

Here's a quick overview of the function that can remove text based on how many characters you want to keep. Read on to learn all the methods you can use for ...

0
How to Convert Column Number to Letter in Excel (3 Ways)

In this article, we will show you how to convert the column number to letter in Excel in 3 easy and effective ways. How to Convert Column Number to ...

0
VBA Macro to Delete Columns Based on Criteria in Excel (8 Examples)

Implementing VBA macro is the most effective, quickest, and safest method to run any operation in Excel. In this article, we will show you how to delete ...

0
VBA to Convert Column Number to Letter in Excel (3 Methods)

Implementing VBA macro is the most effective, quickest and safest method to run any operation in Excel. In this article, we will show you how to convert the ...

0
VBA to Delete Column in Excel (9 Criteria)

In this article, we will show you how to delete the column in Excel with VBA. Generic Syntax The generic syntax to delete single or multiple columns in ...

0
VBA to Set Range in Excel (7 Examples)

In this article, you will learn how to set Range for cells, rows, and columns in VBA Excel. VBA Range Object The Range object in VBA can contain a ...

0
[Fixed!] Subscript Out of Range Error in Excel VBA

In this article, we will show the reasons behind the Subscript Out of Range error in Excel VBA. And, we will also provide you with the solutions to the issues. ...

0
How to Check If Cell Is Empty Using Excel VBA (5 Easy Methods)

Sometimes we need to check if there are any empty data in our large dataset in Excel. Implementing VBA macro is the most effective, quickest, and safest method ...

0
Macro to Compare Two Columns in Excel and Highlight Differences

Sometimes we need to highlight some data in Excel to have a better understanding of our dataset. Implementing VBA macro is the most effective, quickest, and ...

0
How to Merge Multiple Excel Files into One Sheet by VBA (3 Examples)

Implementing VBA macro is the most effective, quickest, and safest method to run any operation in Excel. In this article, we will show you how to merge ...

0
How to Remove Strikethrough in Excel (3 Ways)

Even though strikethrough cells are readable, it is uncomfortable for many readers. Also, erasing strikethrough can be cumbersome if we consider a large Excel ...

Browsing All Comments By: Sanjida Ahmed
  1. Glad that we could help you. Don’t hesitate to ask if you have any more Excel related problems. Here, our experts will be happy to assist you.

  2. Hi Jesse,

    Thanks for your comment. Have you checked the method no. 2 (VBA Macro to Export Excel Contents with Specified Range to a Pipe Delimited Text File) of this article? I think that solves your problem.

  3. Hi James, In some cases, Excel’s IsNumeric property doesn’t always produce the correct result in VBA. Could you please try If Cells(i, 1) = 103 Then instead of If IsNumeric(Cells(i, 1)) = 103 Then in your code?

  4. Hello Maurice,
    Really glad to help you out. Don’t hesitate to ask if you need any further assistance. Thanks.

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo