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 6929169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:16:58+00:00 2026-05-27T11:16:58+00:00

I have multiple columns that contain a sample information as listed below: A |

  • 0

I have multiple columns that contain a sample information as listed below:

  A  |  B  |  C  |  D
------------------------
 23R | 12C |  4D | 35R
 12C | 76T | 14T | 19D
 32C | 56D | 14R | 68D
 ... | ... | ... | ...
 etc | etc | etc | etc

From the whole table (without creating another column), I would like to sum up all the values that contain the letter “R”. Given the example table above, the number should be: 72. I’ve tried a multitude of different approaches:

  • Doing a straight sum will yield “0” (as expected)
  • Tried splitting the letter from the number with a LEFT/RIGHT/LEN combination, but that required another column
  • Using SUMIF will only work with numbered ranges (unless someone can show me to apply a function beforehand without an additional column)
  • SUMPRODUCT did not help
  • Looked into vlookup/hlookup. Didn’t yield any desired results

How can I achieve this without any additional columns? Cells can also be blank, and I would like to handle them as zeros if possible.

  • 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-05-27T11:16:59+00:00Added an answer on May 27, 2026 at 11:16 am

    Use this array formula:

    =SUM(IF(RIGHT(A2:D4,1)="R",VALUE(LEFT(A2:D4,LEN(A2:D4)-1)),0))
    

    A2:D4 is your entire table. Enter the formula by pressing Ctrl+Shift+Enter.

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

Sidebar

Related Questions

I have a table (participants) which has multiple columns that could all be distinct.
I have multiple columns in a table One column may contain the name of
I have a table that contains multiple rows. Each row contains 5 columns (or
I have multiple columns in a mySQL table. Three of the columns are named
I have a NSTableView with multiple columns. clicking each of the columns sorts by
I have a file which has multiple columns, whitespace separated. e.g: data1 data2 data3
I have a table with columns Index, Date where an Index may have multiple
I have a datagrid where some of the text needs to span multiple columns.
I want to display a UITableView with Multiple Columns. The first column will have
I have a datagridview made up of multiple rows and columns. I want to

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.