Annual change column error on financial spreadsheet

rcp

New Member
Joined
Dec 3, 2020
Messages
16
Office Version
  1. 2019
Platform
  1. MacOS
Hi,

I'm attempting to do a running spreadsheet of a stock ISA. Everything seems to be working except for my Annual change column, which is the final one.

I want this to show the total change in value over the 12 months, but I don't want anything in the column unless all the requisite rows are filled in. I thought I had done it right but for some reason the values are all different, despite the formula being the same for each. The formula used it:

=IF(COUNT($B$2:$B$13)=12,SUM($F$2:$F$13÷12),"")

Also a note on conditional formatting: in the final version, my annual change will show only one value in the central row, all the others will be green fill and green text (as shown in Quarterly change). This is to allow me to hide rows based on date, which merged cells would not allow me to do.

(Furthermore, for this purpose, I'm using dummy figures)

Thanks

spreadsheet.jpg
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
I suggest that you update your Account details (click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

How about
Excel Formula:
=IF(COUNT($B$2:$B$13)=12,SUM($F$2:$F$13)/12,"")
 
Upvote 0
I suggest that you update your Account details (click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

How about
Excel Formula:
=IF(COUNT($B$2:$B$13)=12,SUM($F$2:$F$13)/12,"")
Ahhhh yes, my parenthesis was in the wrong place. Thank you!

And thanks for your tip about the profile, I have now updated
 
Upvote 0
Glad to help & thanks for the feedback & updating your profile.
 
Upvote 0

Forum statistics

Threads
1,214,926
Messages
6,122,306
Members
449,079
Latest member
juggernaut24

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