By jbschaffer on Saturday, 20 November 2021
Posted in Excel
Replies 1
Likes 0
Views 5.5K
Votes 0
I have a multitab spreadsheeton sheet 3, i use the formula  =SUM(N1:N7)    in N8 of Sheet 3

i want to insert data fron cell I13 on Sheet2, into Sheet 3, Cell N6, but Cell I13, Sheet 2 also has a formula of   =(R13-Q13)+1

I do not have to use this calculation from Sheet 2 all of the time, sometimes, it remans blank, so how can i get the dta to sheet 3, even if the dtat is blank on sheet 2?

So far, if it remains blank in sheet 2, then sheet 3 shows   #VALUE     in Sheet 3, N6 and the Sum in sheet 3 which is located in N8 of Sheet 3 also shows   #VALUE    and will not calculate the SUM of N1 through N7
Hi jbschaffer,

    You can add the IF and ISERROR functions to your famula in N8 of Sheet 3: =SUM(IF(ISERROR(N1:N7),"",N1:N7)). Remember to enter the formula with Ctrl + Shift + Enter as it is an array formula. For more details, please read the article here: https://www.extendoffice.com/documents/excel/1341-excel-sum-cells-with-errors.html
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post