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
VBA to AutoFilter with Multiple Criteria on Same Field in Excel (4 Methods)

Excel’s AutoFilter feature is really efficient in extracting data based on certain conditions. Implementing VBA is the most effective, quickest, and safest ...

0
Excel VBA to Check If AutoFilter is On (4 Easy Ways)

Excel’s AutoFilter feature is really efficient in extracting data based on certain conditions. But sometimes due to technical issues, AutoFilter gets hidden or ...

0
Import Data from Excel into Word Automatically Using VBA (2 Ways)

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

0
VBA to Get Unique Values from Column into Array in Excel (3 Criteria)

Sometimes we want to extract unique values from the dataset of our Excel workbook; But when the dataset is huge, it is hard to find the values. Implementing ...

0
Reference Table Column by Name with VBA in Excel (6 Criteria)

When we have a large dataset in our Excel workbook, sometimes it is convenient to reference a column of a table just by the name instead of the whole range. ...

0
VBA to Loop through Rows of Table in Excel (11 Methods)

When we have a large dataset in our Excel workbook, sometimes it is convenient if we can loop through rows to extract the specific results that we want to get. ...

0
7 Solutions for Greyed Out Edit Links or Change Source Option in Excel

The Edit Links and Change Source buttons are very effective tools to transfer and update large datasets with important links from one Excel sheet to another ...

0
How to Find and Replace Values in Multiple Excel Files (3 Methods)

Sometimes we need to modify our dataset for some reason. And when we are dealing with multiple worksheets and workbooks then this is really hard to get the job ...

0
Macro to Populate a Mail Merge Document from Excel

Suppose you have a certain email format and a pile of contact details of people. You have to send an email with the specified format, meaning the header, body, ...

0
How to Hide Formula in Excel Using VBA (4 Methods)

Sometimes we want to hide formulas for certain results to make any large worksheet less crowded. Implementing VBA is the most effective, quickest, and safest ...

0
VBA INDEX MATCH Based on Multiple Criteria in Excel (3 Methods)

When we have a large amount of data then sometimes it is hard to extract any specific data from the dataset. Together with Excel’s INDEX and MATCH functions ...

0
VBA to Select Value from Drop Down List in Excel (2 Methods)

Dropdown lists are a very useful feature to perform various Excel related tasks. Implementing VBA is the most effective, quickest, and safest method to run any ...

1
Excel VBA Pivot Table to Filter Between Two Dates

A Pivot Table is a great tool to quickly summarize a large amount of data in Excel. Suppose you have a huge data consisting of so many dates but all you want ...

0
VBA to Remove Time from Date in Excel (3 Methods)

Sometimes there are data in an Excel worksheet that consists of both time and date. Occasionally, we want to get rid of only time or date from that sheet. ...

0
Data Validation Drop Down List with VBA in Excel (7 Applications)

Data validation dropdown lists are a very useful feature to perform various Excel related tasks. Implementing VBA is the most effective, quickest, and safest ...

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