Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8220237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:27:22+00:00 2026-06-07T13:27:22+00:00

Here is the situation I’m having in a Google spreadsheet: I need to sum

  • 0

Here is the situation I’m having in a Google spreadsheet:

Spreadsheet

I need to sum up every second cell in the yellow line (look at the picture) not including those ones which are below the statement FALSE in the red line. Those statements are written in two merged cells if it has any importance in solving this problem. In this example, the right numbers should be: 4.00, 4.00, 8.00 with 16.00 as a final answer.

I did some research in various Excel forums and found out this line should do the trick for summing up every second cell in a single column beginning with B3 cell:

= SUM(IF(MOD(ROW($B$3:$B$22) - ROW($B$3) + 1, 2) = 0, $B$3:B$22, 0))

I adjusted this to my situation (for the moment ignoring the fact about TRUE-FALSE check):

= SUM(IF(MOD(COLUMN($E$6:$N$6) - COLUMN($E$6) + 1, 2)=0, $E$6:N$6, 0))

Unfortunately, it is not working for me in a Google spreadsheet. Finally, I came up with formula which is working corectly for this purpose:

  = SUM(IF($E$2 = "TRUE", $F6, 0), IF($G$2 = "TRUE", $H6, 0), IF($I$2 = "TRUE", $J6, 0), IF($K$2 = "TRUE", $L6, 0), IF($M$2 = "TRUE", $N6, 0))

The problem is that constructing the formula this way is going to make it extremely long and way too inconvenient (as hundreds of columns are going to be added on the left)

Any suggestions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T13:27:23+00:00Added an answer on June 7, 2026 at 1:27 pm

    This would be easy to solve if you used a column to do the logic breakout.

    For example, In column 7 put the following two formulas:

    E7:

    =if(E2="TRUE",E6,0)
    

    F7:

    =if(E2"TRUE",E7,0)
    

    Then you can just SUM this row of tests.

    Unfortunately Google Doc’s formulas are not always as advanced as Excel’s so sometimes you must do workarounds to make things possible.

    That being said…
    If you really want an All-In-One Formula solution for google docs… try this:

    =SUMIF(E2:N2,"TRUE",E6:N6)+SUMIF(E2:N2,"TRUE",F6:N6)
    

    The magic happens in the second SUMIF, Note that it starts with F6 thus offputting the sum-array by 1. To implement just change the letter “N” in the formula with your last column in the sheet.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here the Situation . I am having 2 million records in table . Just
Here is my situation. I need to create a report that shows each open
I'm having a bizarre situation here where my external site files, both JavaScript and
i have a situation here where i need to pass the date as sysdate
I have a very dramatic situation here. I need the android sdk and I'm
I have a situation here where I need to upload an Excel sheet on
I have a situation here. I need to create an employee card structure in
I have a situation here where I need to distribute work over to multiple
My situation here is that I need to send my program to my university's
Having trouble finding a solution for my situation here. Sorry if this has been

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.