helper

  1. J

    SUMPRODUCT(VLOOKUP(B10:B13,...)) does not work

    The following results in a #VALUE error, even when array-entered, which should not be necessary: =SUMPRODUCT(C10:C13,VLOOKUP(B10:B13,A4:B6,2,0)) The intended interpretation is: C10*VLOOKUP(B10,A4:B6,2,0) + C11*VLOOKUP(B11,A4:B6,2,0) + .... The following work-around does not produce the...
  2. S

    Date Calculation

    Hi Experts, My data is as below. is the output in Column G possible without helper column C? <colgroup><col style="font-weight:bold; width:30px; "><col style="width:64px;"><col style="width:73px;"><col style="width:73px;"><col style="width:64px;"><col style="width:64px;"><col...
  3. D

    Convert negative numbers to positive within an existing formula

    Hi All, I'm summing a total value, which I know will always be a negative number. Trying to avoid hidden helper cells if possible The current formula is: =SUMIFS('Advance Bill Rec'!T$3:T$2000,'Advance Bill Rec'!K$3:K$2000,D21,'Advance Bill Rec'!U$3:U$2000,">=" & $I$1,'Advance Bill...
  4. C

    If Month = today and date = monday, sumproduct

    So i have a list of dates and i have been asked to do a running count per month of the amount of dates on each day of the week. Ive tried sumproduct anf countifs and i cant get any to work I have a helper column that says what day of the that date is on, to try and keep my formulas simple...
  5. J

    Multiple ComboBoxes based on same dynamic Data- Help.

    Good day, I'm developing an order form for my workplace. I initially used DropDowns (Data Validation Method); however, upon trailing the form, our staff found it hard to scroll through an inventory list of 400 items. Last night I searched and found an answer to searchable lists: ActiveXComboBox...
  6. dreid1011

    Question about { }

    I recently helped on this thread: https://www.mrexcel.com/forum/excel-questions/1045469-between-if-excel-formula-help.html post #10 with my suggested solution I feel like there should be a more compact way to use PERCENTILE/AGGREGATE in this manner. However, when I tried to use INDEX/MATCH...
  7. H

    Average difference between two column values without helper column...

    I am trying to get an overall average of the difference between two columns (D and E) with date values with two criteria... I will be unable to build a helper column, so it has to be all-in-one, unfortunately. 1. The value in C must match a value Cell A1. 2. The value in E must not be blank...
  8. C

    Excel formula to use a countif if the number of days between 2 dates is within a range WITHOUT using a helper column to get the number of days first

    Say I have about 3000 rows of data. I want to compare two columns dates to each other and then countif its within a certain range---ie, 1 day, 2 days, 3 days, etc... Except I don't want to create the "helper column" to get the # of days between the dates first, I want to do it on the fly for...
  9. L

    Using Sequences In Loops?

    Hi, Suppose i’m using a loop to enter values into certain cells but the positioning of these have a sequence. For example, I’m trying to put values in C5, E5, G5, I5, C10, E10, G10, I10 etc, what I’ve done is add 2 helper columns that hold the row indexes and columns indexes e.g. rows 5, 5, 5...
  10. muhammad susanto

    Counting Formula Without Helper Column

    hi all.... how to data counting without helper column this layout : Excel 2007 <colgroup><col style="width: 25pxpx" https:="" www.mrexcel.com="" forum="" usertag.php?do="list&action=hash&hash=E0E0F0"" target="_blank"></colgroup><colgroup><col><col></colgroup><thead> A B </thead><tbody> 1...
  11. Q

    Sorting Data From Multiple Columns

    Hello All, I have challenge for you. Below I have a simple table (This is actually in a table so all of the columns are able to be sorted by row) with a series of columns and a hodge podge of made up data. The first two columns are raw data that I will manually be entering, and I want to be...
  12. S

    [VBA] adding a band to a line-chart programmatically

    Excel 2012ABCDEFGHIJKLM1Using 2 additional helper rows to set band2JanFebMarAprMayJunJulAugSepOctNovDec3Inventory71535829307817682714414Lower Band Value6060606060606060606060605Upper Band Value7070707070707070707070706789Without using 2 additional helper...
  13. C

    SUMPRODUCT with embed (INDEX MATCH) calculates incorrectly on a 1x1 array but correctly in a 1 x N array

    I am trying to run this bit of code as an array equation: =SUMPRODUCT(INDEX('TEST DB'!C:C,MATCH(M1&(INDEX($C:$C,MATCH(OFFSET($A$2,,,$M$4+$M$3+1)+M2-$M$4,B:B,1))),'TEST DB'!A:A&'TEST DB'!B:B,0))) Offset A2 is a helper column from 1 to 1000, M2, 3, 4 are integers, creating an array of certain...
  14. J

    Count unique values based on criteria without using array

    I have a large worksheet with multiple columns of arrays which slow everything down and I'd like to replace each of them with a helper column and another formula which would hopefully speed things up. I have attached an example. Column D is the array formula which I'm trying to replace. It...

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