Replacing cell reference with a sum

kylerisi

Board Regular
Joined
Nov 1, 2015
Messages
93
Office Version
  1. 365
Platform
  1. Windows
Hi team,

I am struggling to work out how to replace C95 of my formula with (AVERAGE(B95:P95)

rather than dividing by the value of C95 I need to divide by the average of the numbers in range B95:P95

I just keep getting an parse error every time i paste (AVERAGE(B95:P95) in place of C95

Any help will be greatly appreciated

=
iferror(if(C95="","",(if(C95>D95, concatenate(" +",text((C95-D95)/D95,"0%"),rept(" ",5),char(9650)),if(C95=D95,concatenate("0%",rept(" ",3),char(9668)," ",char(9658)),concatenate(text((C95-D95)/D95,"0%"),rept(" ",5),char(9660)))))),"◉")

Thanks

Kyle
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.

igold

Well-known Member
Joined
Jul 8, 2014
Messages
3,263
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
Hi,

I am not home but it looks like you are missing a closing bracket on your paste.
 
Upvote 0

Forum statistics

Threads
1,191,379
Messages
5,986,281
Members
440,016
Latest member
vasanrajeswaran

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
Top