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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:51:40+00:00 2026-06-05T03:51:40+00:00

I have a table with four columns. Three of which are settings for the

  • 0

I have a table with four columns. Three of which are settings for the trials, and the fourth is the value generated by the experiment. Each row represents a trial, and multiple trials for each experiment configuration was performed. I want to build a table for each of configuration that lists the five values (min, 25th percentile, median, 75th percentile, and max) for those trials.

I’ve built a separate table where each unique experiment configuration is listed once. There are extra columns with the percentile values as the column headers. I have the following formula set up to try to calculate the five values:

{=PERCENTILE.INC(IF(AND($B$2:$B$35341=$G2,$C$2:$C$35341=$H2,$D$2:$D$35341=$I2),$E$2:$E$35341),J$1)}

This is intended to compare the row’s three settings to ensure that only the trials with that row’s configuration return the readings for percentile evaluation.

However, this formula only returns zeroes.

How can I generate the data I need?

  • 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-05T03:51:42+00:00Added an answer on June 5, 2026 at 3:51 am

    You generally can’t use AND’s or OR’s in array functions as they don’t return an array, just a single TRUE or FALSE. This multiplies the conditions together and returns blanks for the array triplets that don’t resolve to TRUE. PERCENTILE ignores the blanks and solves for the remaining elements:

    =PERCENTILE.INC(IF(($B$2:$B$35=G2)*($C$2:$C$35=H2)*($D$2:$D$35=I2)=0,"",
    ($B$2:$B$35=G2)*($C$2:$C$35=H2)*($D$2:$D$35=I2)*($E$2:$E$35)),J$1)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table with four Columns: Col1, Col2, Col3, and Col4. Col1, Col2,
I have a fairly static (InnoDB) table T with four columns: A , B
In my table accounts I have four columns like user, pass, column1, column2 I
I have a table with one column and four rows. Each tr has a
In my app I have a scroll view and four table views. Each time
I used JPA and mysql. Each table have entity class.I have four tables. Table1
I have a table with four columns, where col1 & col2 contain similar values
I have four tables each with its own form, all these table share same
Each product in my database can have at least three and sometimes four or
i have a MySQL table namely estimate_item which contains few columns that holds decimal

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.