array formulas

  1. D

    Help streamlining Alternatives (Syllogism) Matrix.

    Hi All, I originally posted a question here about Syllogisms (If A = B and B = C then A = C). Here is the Spreadsheet I need help with. !Please note that to reduce calculation time, I’ve removed all but a text version of most of the formulas, which can be found at the top of their respective...
  2. I

    Conditional formatting - highlight multiple cells based on matching values in adjacent rows

    Hi Hope someone can help. I've searched multiple forums I have a table with text entries (e.g., A, B, C, D, E, etc) in a column. In an 'out of the way' part of the spreadsheet against each column value there are a list of values in a row, e.g., for A the values in the row are B, C, D. For B...
  3. R

    Array formula problem

    Hello, I can't solve this, please help. I have something like this in a single row + + - F8 F8 F12 + - B8 ..... I need a formula which will sum right part of F cells (or B anyway). My columns is like countif for "+" or "-" (solved) countif for "F" and "B" (solved), but I cant sum right...
  4. R

    Array formula to return any cell vales that contain specific text

    Hi I have a table (A3:H500) where I have a list of writer's names in column A and each writer's specialties in column H (columns B to G contain personal info that's not relevant for this formula). Examples of specialties in column H are things like 'Australia', 'Travel', 'South Coast', 'Food...
  5. K

    Which calculation is faster??

    Just looking for opinions... Would an HLookup or a SumIf array be faster?? Thanks!!
  6. R

    SUMPRODUCT formula not working when making small RIGHT/LEFT change

    Hi I'm using the following SUMPRODUCT formula (array formula) and it works fine: {=SUMPRODUCT(--(RIGHT(Journey!$F$4:$F$1067,3)=F4),Journey!$H$4:$H$1067, SUMIF(OFFSET(SOLD!$J$1,MATCH(LEFT(Journey!$F$4:$F$1067,3),SOLD!$I$2:$I$69,0),),">"&0))} I need to use in in another part of my workbook and...
  7. K

    Extract Repeat Values

    Hey guys, I am helping a friend with a statistical model and he wanted to know the repeat values. Till now having conditional formatting was enough (highlight the repeat values with simple countif <tbody> =COUNTIF($H7:$M7,B7)>0 </tbody> was serving the purpose but now he wants to do further...
  8. H

    Need to write a search array formula to search different columns

    Hello, I need to write a search formula that will search for text in several columns and then return a value in a separate cell. The value returned will be taken from the cell to the left of where the text is discovered. If I use the following table as an example I want to report the price of...
  9. thedr9wningman

    Data Validation as error correction or warnings for ISERR()=TRUE

    I'm using array formulae throughout my Excel workbook, and I'm working on part of a team. My reporting analyst will at times go through my workbooks to see how it works, but at times will absentmindedly hit 'return' instead of 'esc' when leaving an array formula, which breaks the array and...
  10. D

    Using frequency formula to find number of unique text occurrences

    Hi All, Had to know if the frequency array function can be applied for a text which we can by using the following formula "=SUM(IF(FREQUENCY(IF(LEN(A2:A10)>0,MATCH(A2:A10,A2:A10,0),""), IF(LEN(A2:A10)>0,MATCH(A2:A10,A2:A10,0),""))>0,1))" which gives the unique occurrences of text in column A...
  11. mgirvin

    Array Formula Concept Questions from M Girvin for Holy Macro! Book

    Dear Smartest Excelers In The World. I am writing a book for Holy Macro! Books Publishing about Array Formulas. I am making this post in hopes that I could get some feedback about some array formula concepts. Below are five questions that I have for all of you, the smartest Excel people that I...
  12. A

    help with array formula

    I routinely need to interrogate large databases to find out if certain core numbers can be found in the databases "catalogue numbers". I have a formula for finding all such occurrences, which is this array formula: {=or(is number(find(lookuparray,database,1)))} This formula will give me a "True"...
  13. B

    Remove duplicates in multiple columns and return the names in one column horizontally

    Hi, I don't have the Excel skills or knowledge to even attempt this so it will be easier to show the before and after of what I'm trying to achieve. I desperately need to change this source data: <tbody> User Name Entity Code Business Area Level 1 Level 2 Level 3 Level 4 Howard Ratner...
  14. E

    Use of Array in IF function to return a "store-type" based on a text fragment from "store name."

    I downloaded a credit-card summary statement. Each row represents a purchase (including date, store name and amount). A given row of data might look like this: <tbody> 1/1/12 Publix #246 SR98286659 $128 </tbody> I want to add a fourth column that automatically qualifies a customized...
  15. R

    Horizontal COUNTIF?

    Hello everyone, I've got 2 tables Table 1, containing someone's first, second and third language <TABLE style="WIDTH: 204pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=273><COLGROUP><COL style="WIDTH: 36pt; mso-width-source: userset; mso-width-alt: 1755"...
  16. R

    More Array Formulas and Laziness

    Hello everyone - I've got the following data: <TABLE style="WIDTH: 237pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=315><COLGROUP><COL style="WIDTH: 48pt" width=64><COL style="WIDTH: 68pt; mso-width-source: userset; mso-width-alt: 3291" width=90><COL...
  17. S

    Array or other Formulas to Determine Price and Volume Count

    Hi, I have a set of data. Date........Price........Volume 7am.........99............10 701am......98.............2 702am......98.5..........12 etc. Record set of 46k rows so looking for the most efficient formula. I want to graph the volume shifts but struggling with an efficient formula to...
  18. G

    Working with Pivot Tables in Excel 2007

    I am trying to work with a list of data and working out the number of items within that data which tally to set criteria. If I have a list of 10 items which value to 100,000 and I need to look at 80% of this (80,000) and then find the number of items which add up to this value in that range...
  19. R

    Array formulas - absolute values don't work?!

    Hoping someone might be able to help me! I'm new to array formulas, I got the formula below working. =SUM((Data!C2:C727='Training & PD Analysis'!A9)*(Data!B2:B727='Training & PD Analysis'!J5)*Data!E2:E727) I want to copy the formula down 100 rows. As usual the ranges change as you move the...
  20. A

    Adding multiple conditions in an array formula (CSE)

    Lately I have been replacing a lot of VBA code or complex spreadsheets since I discovered the miracle of pressing CTRL+SHIFT+ENTER. In the example below, I am using the SUM formula to calculate the total Premium where Regions are ON or CC. The problem is that I now have to change the...

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