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 Split Screen in Excel (3 Ways)

Excel’s split screen option is a great way to view your work simultaneously at the same time. You can even visualize your work vertically or horizontally using ...

0
How to Format a Number with VBA in Excel (4 Methods)

In the below dataset, we have the same numbers in Columns B and C.  Method 1 – Using VBA NumberFormat Property Steps: Press Alt + F11, or go to ...

0
How to Link Two Sheets in Excel – 3 Methods

Method 1 -  Using a Formula to Link Two Worksheets in Excel There are two Excel sheets:  Destination Sheet and Source Sheet. There is data in the ...

0
How to Format a Cell in Excel with VBA (12 Ways)

Method 1 - Format Cell Horizontally or Vertically with VBA Excel’s CellFormat. The AddIndent property sets a Variable type value that indicates whether the ...

0
VBA COUNTIF Function in Excel: 6 Examples

Method 1 - WorksheetFunction with COUNTIF in Excel VBA Steps: Press Alt + F11 on your keyboard or go to the tab Developer -> Visual Basic to open ...

0
Mixed Cell Reference in Excel (4 Examples)

In this article, we will let you know what mixed cell reference is in Excel and describe it with 4 examples. What is Mixed Cell Reference in Excel? ...

0
How to Use VBA to Remove Duplicates in Excel – 6 Examples

VBA Syntax to Remove Duplicates in Excel Generic Syntax Range.RemoveDuplicates(Columns, Header) Parameter Description Parameter ...

0
Example with Absolute Cell Reference in Excel (4 Apllications)

In this article, we will let you know what absolute cell reference in Excel is and describe it with 4 useful examples. What is Absolute Cell Reference ...

0
How to Format Date with VBA in Excel (4 Methods)

In the dataset, the same dates are in Columns B and C. We will format the date in Column C. Method 1 – Using VBA to Format Dates Steps: Press ...

0
Calculate Future Investment Value with Inflation, Tax and Interest Rates

If you want to calculate future investment with inflation and nominal interest rates, then there is an essential article on How to calculate future value with ...

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

  Introduction to The TREND Function The TREND function calculates the values of a given set of X and Y variables and returns additional Y-values by ...

0
How to Use IRR Function in Excel (4 Examples)

The IRR function is a financial function in Excel. It returns the Internal Rate of Return (IRR) for a given cash flow (the initial investment and a series of ...

0
FORECAST Function in Excel (with other Forecasting Functions)

What Is the FORECAST Function in Excel? Description The FORECAST function is a Statistical function in Excel. It calculates or predicts a future value ...

0
How to Use CORREL Function in Excel (3 Examples and VBA)

In Excel, the CORREL function is used to determine how closely two sets of data are associated with each other. In this article, we will show you how to use ...

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

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

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