Sum / Total Error

ollyhughes1982

Well-known Member
Joined
Nov 27, 2018
Messages
677
Office Version
  1. 365
Platform
  1. MacOS
[FONT=&quot]Hi, any help appreciated![/FONT]
[FONT=&quot]
[/FONT]
[FONT=&quot]I have a spreadsheet and in column FO (highlighted yellow) I want to show the total of columns FN, FQ & HE. I have attempted this, but it only seems to work for some rows, I get errors in the others. All I want is for the column to total those other three (FN, FQ & HE) and if the result is 0 to show as blank.[/FONT]
[FONT=&quot]
[/FONT]
[FONT=&quot]You can find the file at the following link:[/FONT]
[FONT=&quot]
[/FONT]
[FONT=&quot]https://1drv.ms/x/s!AtIvkRgReIvwgRuh0tHLEJapsEZ0[/FONT]
[FONT=&quot]
[/FONT]
[FONT=&quot]Thanks in advance![/FONT]
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
How about
=IF(SUM(FN4,FQ4,HE4)=0,"",SUM(FN4,FQ4,HE4))
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,213,521
Messages
6,114,109
Members
448,548
Latest member
harryls

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