The data entry will be the longest thing. If you were to take the table I linked to then I would do this
Column A = Type = fuse or circuit breaker
Column B = standard
Column C = rating
Column D = resistance
Thanks this is really helpful. I’m deffo keen to try and implement something! But with my highly basic skills, this is probably more involved than I realised. I’ll report back next week to see if I can get anything that resembles a working sheet.
The data entry will be the longest thing. If you were to take the table I linked to then I would do this
Column A = Type = fuse or circuit breaker
Column B = standard
Column C = rating
Column D = resistance
You could use maxifs or you could use filter (https://support.microsoft.com/en-gb/office/filter-function-f4f7cb66-82eb-4767-8f7c-4877ad80c759) which would let you say
"for type and standard at this rating what is the resistance?"
or if you wanted a flashy dashboard you could use a couple of slicers (https://support.microsoft.com/en-us/office/use-slicers-to-filter-data-249f966b-a9d5-4b0f-b31a-12651785d29d#:~:text=Click%20anywhere%20in%20the%20table%20or%20PivotTable%20for%20which%20you,every%20field%20that%20you%20selected.)