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 Reference Text in Another Cell in Excel (14 Ways)

Method 1 - Reference Text from One Cell to Another Cell in the Same Worksheet in Excel Consider the following example. We will take cell B7 and reference the ...

0
VBA to Check If CheckBox Is Checked in Excel: 3 Ways

Method 1 - Embed VBA Macro to Check If a CheckBox Is Checked with a Numeric Value in Excel Add a checkbox to examine whether the checkbox is checked or not. ...

0
[Fixed] F4 Not Working in Absolute Cell Reference in Excel (3 Solutions)

What Is an Absolute Cell Reference in Excel? Absolute cell references in Excel are used when we want to lock the position of selected cells in any formula so ...

0
Using Excel VBA to Count Blank Cells in a Range – 3 Methods

  This dataset contains blank cells. Use the COUNTIF Function and the COUNTBLANK Function in a VBA macro. Method 1 - Embed a VBA to Count ...

0
VBA to Copy Data to Another Sheet with Advanced Filter in Excel: 3 Methods

Method 1 - Embed VBA Code to Copy Data to Another Sheet with Advanced Filter in Excel Steps: Press Alt + F11 on your keyboard or go to the tab Developer ...

1
Using VBA to Count Duplicates in a Range in Excel – 4 Methods

  Method 1 - Embed VBA to Count Duplicate Values in a Range in Excel In the following dataset, Column B contains random numbers. D5 displays 2473. ...

1
Using VBA to Copy a Formula from the Cell Above in Excel – 10 Methods

  This is an overview. The dataset shows mathematical results in column B. The formula behind the results for each cell is shown in Column D. If ...

1
VBA to Copy Worksheet to Another Workbook and Rename: 5 Methods

Method 1 - Embed VBA to Copy One Worksheet to Another Excel Workbook and Rename It Steps: Press Alt + F11 on your keyboard or go to the tab Developer ...

1
Macro to Copy and Paste from One Worksheet to Another (15 Methods)

We'll use the following sample dataset to showcase how you can copy and paste values between worksheets. Method 1 - Embed VBA Macro to Copy and ...

1
How to Calculate Average Turnaround Time in Excel (4 Methods)

  Method 1 - Compute the Average Turnaround Time in Excel Look at the following picture. We have the Start Time and the End Time of some Projects. With ...

1
How to Concatenate Date That Doesn’t Become Number in Excel (5 Ways)

Method 1 - Concatenate a Date with Text and Keep the Date Format in Excel If you concatenate Text with Dates, then the Dates will be converted to numbers ...

1
How to Calculate the Annual Growth Rate in Excel – 3 Methods

  1. Calculate the Compound Annual Growth Rate in Excel There is a basic formula to calculate the Compound Annual Growth Rate. =((End Value/Start ...

1
How to Calculate Principal and Interest on a Loan in Excel

PPMT Function in Excel to Calculate Principal The PPMT function calculates the principal of a financial product or service  (e.g. total investments, loans, ...

1
How to Calculate the Moving Average in a Dynamic Range in Excel – 3 Examples

  What is the Moving Average? The Moving Average is the change in average in a data series overtime. If you need to provide the moving average of the ...

1
VBA to Customize Row Height in Excel (6 Methods)

In this article, we will show you how to customize row height in Excel with a VBA macro, including how to set new row heights, change row height for a single ...

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