store

  1. Z

    Highlighting dates

    Hi! Question.. I have got store list on B3:B7, dates when the vehicle changes for the store on D3:D7, vehicle registrations drop down list on F3:F7 and when the next change is due required on H3:H7.. now what I want to do is if the same vehicle is used for the same store 4 days in a row to be...
  2. N

    Compare values from array1 and if result is found store it in 2nd array and not found copy to third array

    Dear all, I am looking for the code to compare the each values in an array and an active excel sheet. 1. I have already an array 2. Compare the values in the array to a active excel sheet, if value is found store it in a New Array2 3. If no found then store it in another array 3. Once this...
  3. S

    Store correct password

    Hi, I am prompting users to enter a password when they click a button that runs a macro hiding and formatting cells. Dim Password As String Password = InputBox("Please enter password below", "Password", "????") If Password <> "2154" Then MsgBox "Incorrect Password"...
  4. N

    Arrays and List box

    Hi i am new to VBA I am looking for the logic and code to comapre a value from array frommone sheet to another and if match found store it in one list box and if match is not found store it in another list box
  5. J

    Formula to return store name with highest sales (subject to restrictions)

    Hi there, To simplify, I have 4 stores and I want to return the store name with the highest sales*. But I want to exclude store names with a numbered suffix (i.e. only store names that end with a letter suffix should be included). So in the table below, I'd want the formula to return Store C...
  6. R

    Use Drop Down List to select multiple items

    Hi All: I have a store performance report with about 120 rows of data spread across about 40 columns. I use t Drop Down list to select the specific store I want to look at (there's 80 stores). The report relies on several WHATIFS to select the right data for the right store, and it works...
  7. J

    Min and If Statements Combined with VLookup?

    Hi, VLookup is probably not the right starting point, but it's the best way I can describe what I'm trying to do. <tbody> Store Y/N Sales Formula 1 Best Buy No 4 No Target Yes 5 Yes Target No 3 Yes Best Buy No 9 No </tbody> Formula 1: Search for any "Yes" entries in column B, if...
  8. M

    Excel 2016 - Conditional Formatting Icons with Formula

    I'm needing help with the Conditional Formatting - 3 Circle Icons. I am trying to get it to work based off a formula. Such if cell B2 is >= cell B3 it will be the green circle in cell B2. If it's 85%-100% it will be the yellow, or less than 85% it will be red. <tbody> Store Actual Plan 1...
  9. J

    Pivot Table Filters

    Hi I have a pivot table with store data , there are over 300 . What would like to do is select multiple stores , I know i can do this by sellecting multple from the dropdown list , But as there are over 300 it takes ages to look down the list to find the ones i am interested in. Is there a way...
  10. M

    if statement for each row and store the value in array

    i'm very new to vba and i was wondering if someone can help out! i'm trying to have if statement go through each row if condition meets, store the other column value in array so i can retrieve the values later on. <tbody> 1 red yellow blue 3 red orange purple 5 yellow blue orange...
  11. R

    #DIV/0! error in a formula with INDIRECT and MATCH functions

    Hi All: I have the following formula that is working on all 1800 lines of my spreadsheet, except for 11 lines (266-276). On these lines I get a #DIV/0! error. =IF($D272="Store...
  12. P

    VBA sorting, stubburn blanks

    Hello! I've got a little issue here. I am pasting data from a sheet into another sheet to order it there: Sub Workbook_Open() Application.ScreenUpdating = False Worksheets("OrdLoj").Range("A9:C140").Copy Worksheets("preplj").Range("A1").PasteSpecial Paste:=xlPasteValues...
  13. P

    Converting percentages to numbers in a formula

    Hi All, Need some help here. I have a spreadsheet that contains a summary tab and multiple sheets with the data. On the Summary I am trying to obtain the following information. The peak utilization per month per store. ON the data tab I have the IN and Out peak utilization for each month in a...
  14. E

    Does If + vlookup work in this case

    Hello, I need to complete the table but I'm not sure how to write the formula in this case. Could you please advise. Chart A: original data <tbody> Project Product Store 1973 A Store1 1973 B Store2 1973 A Store1 1973 C Store3 1973 A Store1 2233 A Store1...
  15. T

    Report cell content from a row looking at 2 other cells data in same row.

    I have a big sheet of lots of data that I want to peel some info out of. In my DATA sheet my columns are as such: A1 B1 C1 D1 E1 F1 G1 H1 Store Model Name IP Pub Port 1 Port 2 Net...
  16. D

    Multiple criteria with Multiple Match

    Data Table: <tbody> Date Store Agent July 1 2017 Anderson 100 July 1 2017 Nashville 99 July 1 2017 Kentucky 100 July 2 2017 Maine 100 July 2 2017 Riverdale 99 July 4 2017 Alabama 100 July 4 2017 South Carolina 100 July 4 2017 Anderson 99 </tbody> Result: <tbody> Agent...
  17. M

    Finding all Universal Combinations from an occurrence matrix

    I have an occurrence matrix made from a set of sample data. The data represents a series of stores, and a series of items held at each store. There are over 6000 unique store locations, and around 400 unique items. The occurrence matrix maps whether the item is at the store. In the sample...
  18. T

    Can you store .HTMLBody in a cell and handle with variable?

    I have a spreadsheet that will auto send an email, attaching the current spreadsheet after the user is asked to save the document. The email works fine with everything hardcoded. I even included email addresses on another spreadsheet on a server that this WB points to so the To and CC are always...

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