Formula to Average 3 numbers separated by "/"

dkennedycx

New Member
Joined
Jun 14, 2022
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hello masters of excel!

I work in a data critical career and need to average voltage readings measured across three phases. Typically we do this manually and I'm hoping to average all in a single cell.

Example;
a. Cell A1 contains the following data "481/485/488"
b. Cell B1 outputs the Average of these values through a formula as "484"

We typically separate the values with a forward slash "/" but I'm content with any variable as long as I can do this without a macro. I greatly appreciate any help or advice!
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hi & welcome to MrExcel.
How about
Fluff.xlsm
AB
1
2481/485/488484.6667
Data
Cell Formulas
RangeFormula
B2B2=AVERAGE(FILTERXML("<k><m>"&SUBSTITUTE(A2,"/","</m><m>")&"</m></k>","//m"))
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,583
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top