In an automated way, I don't know. (well yes, with a macro)
On the other hand, once your MEP is done, you can add two columns "Angle 1 corrected" and "Angle 2 corrected" and write an equation in the cells of these columns.
If the value of angle 1 is in column "D" cell 2, for example, you have to click on equation and write 90-D2 and then validate.
Once that's done, click on the headers of the Angle 1 and Angle2 columns and hide them.
You can save the welded parts list table template for later use.
In the equation, you should put do a test with an SI() to check that there is no null value or the character " - " in the cell.
You will find attached a macro that adds two columns "Angle 1 corrected" and "Angle 2 corrected".
For it to work, you must select the table you want to modify. A check is made to be sure that it is indeed a welded parts list table. A check is also made to check the presence of the columns "Angle1" and "Angle2" in the table. If you have changed the column titles, you also need to change them in the macro and top of the module in the 4 initialized constants.
Hello, your macro is very useful depending on the saws that the guys have in the workshop, however it doesn't work at home and I don't have the level in VBA to understand what's wrong, can you help me with the attached screenshot please? ... Adding a column and putting an equation in my flow list is cool but in a list of welded parts it is impossible to apply the equation to the whole column, forced to do line by line it's too heavy so thank you again for the macro that does it if I manage to make it work =)