formula array

  1. M

    Choosing previous month end for monthly returns

    Hi, This is a problem I have been trying to solve for quite sometime. Every month I have the calculate monthly returns, (current month's price/previous month's price)-1 (or (current month's price/previous month's price)/previous month's price, either work.) I want to make this process...
  2. R

    VLOOKUP vs INDEX-MATCH ? Issues?

    I am attempting to get a formula that will pull the "Policy Record Number" into the "Related Policy Record Number" Field Upon "Policy #'s Matching. Now the "working table" is going to have duplicate values, which seems to be where my issues are coming in. Right now I can get the first record to...
  3. D

    Change cell color not using conditional formatting

    Hi all, Is it possible to use a function (if statement or an array?) to change the color of a cell without using conditional formatting. I don't want to use conditional formatting because the workbook is already full of formulas and takes a fair amount of time to update. Thank you.
  4. G

    Formula Array VBA won't work and i cannot find the issue

    This is the code i currently have; Sub Renewals() ' Renewals Macro ' To add special offers for drivers ' Keyboard Shortcut: Ctrl+Shift+R Dim FullForm As String Dim SpecialOffer1 As String Dim SpecialOffer2 As String Dim SpecialOffer3 As String Dim SpecialOffer4 As String FullForm =...
  5. W

    How to identify duplicate values across one row?

    Hello, I am trying to figure out a way to have a test column that can flag (i.e. YES or No) if a row has duplicate value across two or more columns like the following: <tbody> A B C D E Date 1 Date 2 Date 4 Date 5 Duplicate Dates? 12/23/2015 10:24 12/24/2015 20:22 12/29/2015 10:16...
  6. H

    If Statement Not Firing Properly

    Hi all, I am trying to correct an error on many spreadsheets (100+) we have located out on a network drive. I had a formula that was incorrectly written and needs to be updated. I've written the code below to be used in a loop macro that opens up each spreadsheet and updates the formulas (if...
  7. A

    Variables in Formula Array not returning the stored values

    Hi everyone, I've been working on a Formula Array code for the Index Sumproduct function to do a multi-criteria lookup. In the Formula Array code, RE, RA, i, RISKC, GENDER, FACE_BAND, PRODUCT, and IA are all variables. I've placed quotes around them accordingly and executed the code, but, for...
  8. S

    Help needed from excel expert

    Hello Everybody, Currently I am working with a spreadsheet where I have to collect addresses of UK business Directors. Some of the directors have multiple addresses. UK zip code consist of two segment and I have to ignore the address where the first segment of zip code starts with W1 , SW1...
  9. Roderick_E

    Formula Array (CSE) in VBA

    Hi there all. I know how to do a sheet1.cells(x,y).formularray = "=formula" but I'm trying to accomplish something a bit different. Using INDEX MATCH within VBA I can return a simple single column match, such as: sheet1.cells(x,y) =...
  10. S

    Help with using array formulas with 3 arrays

    This is a table that effectively has the same problem as the one I'm experiencing. <tbody> 100 Blue 1 =PRODUCT(IF(AND($A$1:$A$9>=100,$B$1:$B$9=B1),$C$1:$C$9,1)) 120 Red 2 =PRODUCT(IF(AND($A$1:$A$9>=100,$B$1:$B$9=B2),$C$1:$C$9,1)) 10 Green 3...
  11. E

    Formulas in loops

    Dear All, After a lot of effort (I am a brand new in VBA) I have managed to create a macro to do the following: 1. Copy time vs. Volume data (with variable lengths). A18:B18 2. Calculate deltaT and deltaVolume. (A19:B19). 3. For a constant DR located in cell C6 in the same w/s the following is...
  12. Y

    Output Cell Value not Formula in VBA

    I have the code : For Each cl1 In Table1 cl1.FormulaArray = _ "=MAX(IF(RC[-4]=(IF(VLOOKUP(RC[-1],Correspondance!R[" & i & "]C[-5]:R[" & j & "]C[-4],2,FALSE)=Log_WK!C[-3],Log_WK!C[-2],0)),Log_WK!C[-5],0))" If Not IsError(cl1) Then Result = cl1 Else...
  13. Y

    Index Match issue

    On the code below, I try to put the value of Correspondance1 into the Match formula but it doesn't work. Do you have an idea why it doesn't work? Name1 = Sheets("SLA").Cells(Step1_Row, Step1_Clm).Value Correspondance1 = Application.WorksheetFunction.VLookup(Name1...
  14. B

    Reconcilation of data using formula array. How to transfer formula via vba codes?

    Hello everyone, I'm hoping someone can help me reconcile a large amount of information/data while retaining its identifying information. Let me elaborate: I have the following information/table. Each column contains: = SUM(IF(tDLoNo = $B1, IF(LEFT(tDSys, 5) = "IEDMS", IF(tDYrFlag =...
  15. B

    Transfer of formula

    Hi! Good day. I'm having a trouble on how can i start up to transfer formula array to vba codes. Anyone who could help, please give me some advise for starting-up. This is the sample codes that am going to change in vba codes. Formula: {=SUM(IF(tdlono= &B1, IF(LEFT(tdsys, 5) = "IEDMS"...

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