Help constructing a formula

Marvo

Board Regular
Joined
Nov 27, 2023
Messages
206
Office Version
  1. 2021
Platform
  1. Windows
So I have the five figures

A1 = 149
A2 = 46
A3 = 23
A4 = 13
A5 = 16

I want to add A2 + A3 = (69)
I then want to multiply that result by 3 = (207)
that is added to A4 + A5 = 236
Divide that by A1 = 1.583892617449664
The result shown as a percentage of 3 = 52.79%

I can do that in parts
Part 1 =SUM(A2+A3)*3+A4+A5 (Result 236)
Part 2 =the above result divided by A1
Part 3 the above divided by 3 to give a percentage.

but how do I construct this into just one formula please? I've tried, can't get it to give me the correct result.

Many thanks.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Hi, like this maybe>
Book1
A
1149
246
323
413
516
6
752.796%
Sheet1
Cell Formulas
RangeFormula
A7A7=(((A2+A3)*3)+A4+A5)/A1/3
 
Upvote 0
Solution

Forum statistics

Threads
1,226,730
Messages
6,192,705
Members
453,748
Latest member
akhtarf3

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