Skip to content
Engineers Tools
Engineers Tools
Primary Navigation Menu
Menu
  • Articles
    • myActivo DevBlog
  • Software Tools
    • Chemical Engineering
    • Electrical Engineering
    • Mathematics and Calculations
    • Mechanical Engineering
    • Modelling and Design
    • Productivity
  • Books
    • Electrical Engineering
  • Contact Us

Software Engineering

From Wikipedia:

https://en.wikipedia.org/wiki/Software_engineering

Software engineering is an engineering approach on a software development of systematic application.

Engineering techniques are used to inform the software development process which involves the definition, implementation, assessment, measurement, management, change, and improvement of the software life cycle process itself. It heavily uses software configuration management which is about systematically controlling changes to the configuration, and maintaining the integrity and traceability of the configuration and code throughout the system life cycle. Modern processes use software versioning.

QuasarConf 2022

Had a great opportunity to share how I’m using Quasar Framework to develop engineering toolsRead More →

2022-07-11
In Software Engineering
Tagged Asset Management, Digitalisation, engineers tools, quasar, Software Development

Table

Table is a general abstraction of a Table object for the .NET environment. Table is a simple project I created to be used as part of larger projects. It allows you to quickly add an abstraction to use data tables and related functionality. How to use Table Check the GitHubRead More →

2022-01-10
In Articles, Software Engineering
Tagged .NET, C#, Programming, Software Development

Excel Lookup with Multiple Criteria

Create an Excel lookup formula that searches a table using criteria from various columns. It mimics the functionality of the native VLOOKUP() formula using a combination of the INDEX() and MATCH() function. Ingredients Microsoft Excel The Need There is no doubt that one of the most useful and often used Excel functionsRead More →

2016-05-07
In Software Engineering
Tagged Index, Lookup, Match, Multiple Criteria, VLookup

Excel Custom Formula – GetSheetName()

Short Description Create a simple Excel function that returns the name of the Worksheet where that cell is. Ingredients Microsoft Excel The Need When working with Excel Workbooks that contain multiple Worksheets, you might need to get the name of the each Worksheet in formulas. For example, I have aRead More →

2016-02-20
In Software Engineering
Tagged Custom Formula, excel, Formula, UDF, User Defined Function, vba

Create a Custom Office Ribbon Tab

Short Description Add a Custom Tab to the Office Ribbon with controls to trigger your code functions. Ingredients Microsoft Office Custom UI Editor for Microsoft Office The Need When building custom functionality or macros in a Excel or Word, you might want to provide the user with a User InterfaceRead More →

2016-02-16
In Software Engineering
Tagged Office, Ribbon, UI

Excel Application Settings

Short Description Create an Excel Add-in that allows you to add Application Settings functionality on any Workbook. Store and retrieve setting names and values on a centralised location and accessible anywhere from your VBA modules and classes. Ingredients Microsoft Excel The Need Sometimes when you are creating an Excel tool or application,Read More →

2016-01-25
In Software Engineering
Tagged Application Settings, vba

Excel Lookups in any Direction

Short Description Perform searches in Excel rows or columns and extract data in any direction from the found reference. The final form of this recipe is: Searching a column and returning a value in another column =INDEX(<Column to extract value from>,MATCH(<Value of criteria used for looking>,<Column to be searched forRead More →

2016-01-16
In Software Engineering
Tagged Data Table, excel, HLookup, Search, VLookup

Topics

analysis algorithms Application Settings Artificial Intelligence Asset Management CAD Calculations Chemical Computer Aided Design Data Table dga excel formulas Digital Asset Management dissolved gas analysis document automation document generation Drawing duval pentagons duval triangles Education Electrical Engineering excel excel add-ins excel automation FEA FEM Finite Element Analysis Finite Element Modelling HLookup how to iec 60599 ieee c57.104 machinelearning Mathematics Modelling Molecules Physics power transformers power transformers oil analysis rodgers rations Search Software Development vba VLookup word work instructions xDGA

About Us

  • Our Story
  • Privacy Policy

Copyright © 2023 Engineers Tools