choose

  1. A

    My one week effort code, can you check it up ?

    Hey there :) I have been busting my A** out in the last week to generate one consolidated report from two different reports i know it may look simple but i just learned vba one week ago haha.... anyhow, first i would like to thank everyone here for their support. second, can you please...
  2. E

    force a letter to a certain time

    Hello. The tittle is wierd because I'm not sure how to call it. I have a sheet that allows me to choose night shift times for some cells. and based on the time I put there it gives me more or less night hours worked I need to know if I can make, for exemple, be able to choose the time i want...
  3. R

    Use Date Picker to Locate and Select a Cell

    Is there a way to code a DatePicker so that when you choose a date it will look in column A and select the cell that date it in? so if i choose 11/1/2019 in the date picker it will look through column A, find the date, and select the cell.
  4. A

    Counting cells

    Hello, In one column (B), users can choose between 'Essential' and 'Desirable'. In another column (C), users can choose between 1 and 5. Do you have a formula for counting the numbers of Essentials in column B and the number of 1s in column C, etc.? It's one formula I need, for doing both...
  5. A

    Subquery To Select Checks by Varying Age Requirements

    Hi all, I have a need to select all checks that fall within an age threshold determined by a client's preference. For example, one client might choose a 30 day threshold, another might choose every ninety days. I am receiving an error: "at most one record can be returned by this subquery."...
  6. MFish

    VBA Click option on a Combobox to another userform

    Hi, What I'm trying to complete is this - I have a combobox1 that has data, "1-1", "1-2", etc. and within this same user form (userform1) there is 3 different option buttons to choose from. I want to write a code that executes this... I want to show userform2 when I choose optionbutton1, no...
  7. E

    Select items in Page fields in Pivot table using VBA

    Hello Using Excel 2010 I have these two pieces of code below that put 2 fields into the page area of a pivot table. I want to choose 2 out of 40 items in OrderID I want to choose 1 out of 20 items in CustomerID Is this possible without having to write true vs false code for each item in VBA...
  8. E

    Select items in Page fields in Pivot table using VBA

    Hello Using Excel 2010 I have these two pieces of code below that put 2 fields into the page area of a pivot table. I want to choose 2 out of 40 items in OrderID I want to choose 1 out of 20 items in CustomerID Is this possible without having to write true vs false code for each item in VBA...
  9. A

    Print Selected Sheets to User Defined Location as pdf

    I have a file that generates several worksheets which need to be archived daily. In order to save space, in the past I wrote a macro that would save these sheets as an .xps file. However, our IT department made the decision to upgrade to Windows 10, which does not support .xps files without...
  10. A

    separate daily data into monthly data - using dropdown list

    Hi. I have a data set which shows daily data for each variable. I have attached an example. I want to present the daily data in a column graph still, but have a dropdown list so i can choose between the months. If i have 3 different graphs, apples, pears, bananas i want 1 dropdown list to be...
  11. B

    how to exactly copy a pivot table's formats

    i'm trying to learn a few new reports at work. one of the things i need to do is based on a pivot table. i've been able to create the data just fine but i'd really like to make it look like the previous person who did this. i can't seem to find a way to see all the formats applied to a pivot...
  12. D

    Pivot Table Timeline

    I recently started using the Insert Timeline function for Pivot tables. However, generally I just want to choose today's date as my filter for the pivot table. Thus, the Insert Timeline is a bit cumbersome since first I have to choose it, then choose date, then month, then actual day. Is there a...
  13. D

    VBA to choose pic, and insert into specified merged cell

    Hi All I need help with a code that i want to apply to my Button that does as such. Choose a pic from desktop, and insert it into specified Cell(Merged). The pic should then be centered in the cell, and enlarged/shrank to fit, while maintaining it's aspect ratio. Appreciate any help that you...
  14. S

    locking drop down menus after a certain date and time

    I'm running an NFL knockout pool with 750+ people and have a sheet prepared where each player has a drop down menu to choose a team every week to win and it is already validated to where they can only choose a team one time all year. I need to lock certain cells after a certain time and date...
  15. M

    Dropdown - Table clear based on selected item

    Hi, Dropdownmenu: car1, car2, car3, car4, car5 (selected now Car1). <tbody> A B C D E Test 520000 20-02-2018 580000 60000 (formula): D1-B1 Test2 Test3 320000 25-02-2018 325000 5000 (formula) D3-B1 Test4 test4 </tbody> What I want: This values are...
  16. M

    Choose Formula

    Dear Experts I am using a choose Formula as follows: CHOOSE((VALUE(F2733)>0)+(VALUE(F2733) > 50)+(VALUE(F2733)>145)+(VALUE(F2733)>500)+(VALUE(F2733)>750)+(VALUE(F2733)>1000),0.65,0.6,0.55,0.5,0.45,0.4) At the end of formula I have few fixed factors which i want to name as Set A, Set B, Set C...
  17. H

    creating lists to choose from referencing cell ranges in VBA?

    Good day all, I was wondering if it is possible to create a list to choose from in a pop up box references another sheet. For example... this is my current script below and it basically copy's another sheet from a closed workbook in my drive and renames in based on a certain cell range. What...
  18. N

    Formula help

    I have cell J11 with a drop down list which are 1,2,3,4. I need that: 1. When I choose 1, in cell c16 appears cell 'Tank 1'!E9 2. When I choose 2, in cell c16 appears cell 'Tank 2'!E9 3. When I choose 3, in cell c16 appears cell 'Tank 3'!E9 4. When I choose 4, in cell c16 appears cell 'Tank...
  19. N

    Need formula

    I have cell J11 with a drop down list which are 1,2,3,4. I need that: 1. When I choose 1, in cell c16 appears cell 'Tank 1'!E9 2. When I choose 2, in cell c16 appears cell 'Tank 2'!E9 3. When I choose 3, in cell c16 appears cell 'Tank 3'!E9 4. When I choose 4, in cell c16 appears cell 'Tank...
  20. N

    Need formula

    Hi, I have cell C12 with a drop down list which are 1 & 2,3 & 4,5 & 6. I need that: 1. When I choose 1 & 2 from the drop down, cell E17 appears as METER 1 and cell H17 appears as METER 2. 2. When I choose 3 & 4 from the drop down, cell E17 appears as METER 3 and cell H17 appears as METER 4. 3...

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