Summary
Keywords
Full Transcript
OBSOLETE Please watch https://youtu.be/I2EbuI0_Zds Welcome to electrical engineering - with Excel. This is a series of videos, to help you make excel workbooks, for various electrical engineering problems, and circuit calculators. On this video, we will write VBA code, to make a user defined function, that will take in a number, scale it to the appropriate engineering notation level, and return a string of the number, appended with the associated engineering prefix. Electrical Engineering Excel 0:00 Intro 0:40 Engineering Notation and SI Prefixes 2:10 Writing the Code - Arguments and Prefix Strings 3:20 Writing the Code - Define the Space Separator 3:32 Writing the Code - Thousands Level 5:29 Usage Code download: https://github.com/oldhackEE/Electrical-Engineering-With-Excel/blob/ba0bccd14f71566a6a21d3579ba9c5b4949ca78e/Engineering%20Prefix%20Function%20UDF%20Code.txt
