progress

  1. P

    Progress Indicator

    Hi all, i prepared a VBA command by which i issue management accounts and it takes around 20-30 seconds when i run it. I would like to add a progress indicator in percentage into the above command, so that when i run it to appear this information on screen, e.g. Management Accounts in...
  2. M

    Progress Bar While Running Bunch of Macros

    Hello Guys, I need to create progress bar using userform. I have bunch of macros and using those with Call function to run all macros. I have more than 50 Call functions. I find only simple progress bar codes with basic macros. But i need to accommodate all my macros. Anyone knows how proceed...
  3. F

    Progress Bar in "Conditional Formatting" query

    Im using a progress bar in conditional formatting using number minimum (0.50) and number max (0.00). but it seems not working. I want a FULL progress bar if the value is zero and the bar will decrease when the value increase. Thanks
  4. 1

    Stop a Running Total

    I have a simple running total (0% to 100%) calculated from a series of monthly progress values. The number of months where progress is made varies within a set range of months, let's say its a 32 month project and the first progress value is in the 3rd month and it reaches 100% in the 24th...
  5. C

    File Conversion In Progress

    I have an xlsm spreadsheet that I created. Sometimes when I go to open the spreadsheet it will say "File Conversion In Progress" and open the spreadsheet with a different name and a .xls ending. What would cause my file to not open correctly? I've noticed this on a different file with the...
  6. I

    Calculate a future working date and find the nearest furture Tuesday

    Hi all I am looking for some help, regarding trying to calculate the next Tuesday following a certain date. If I explain the process it might be easier, currently we have a multi stage (7 in total), process that is connected to the previous stage, and 3 of these stages can only happen on a...
  7. S

    Selecting a range of data from another using a table in another worksheet

    HI guys I am no expert on VBA and could really do with some help. I have data in a table on one worksheet and want to click on the result in a cell that is the performance of the bucket in the worksheet Overview and then for it to take me to the second worksheet, action tracker and...
  8. A

    How to show progress bar in Google sheet?

    I want a progress bar to see how much work is complete. For example an employee's target is to sale 100 products and he has sold 75. So 100-75 = 75 progress. I want a bar which shows the progress. 75% complete and 25% remain. <tbody> Employee Progress Achieved Target Joe 75 100 </tbody>
  9. J

    Duplicate Trapping

    I have to list job numbers on a spreadsheet showing daily projects currently in progress. On another tab, I count in progress jobs and complete jobs. My problem is that job numbers may appear twice or more on a worksheet. For example, these job are in progress for today: - 405a - 406a - 407a...
  10. countryfan_nt

    Modify code, to show decimals and without rounding.

    Hello friends, hope all is well! The below code works OK, it is reflected on a progress bar on a userform. 1. I want the results to be non-rounded percentage. 2. With two decimals. I tried several ways but couldn't figure it out. Please help, greatly appreciate it in adbavc Sub...
  11. S

    Progress bar with no loop ?

    Hi All, Does progress bars with Excel VBA works only if there is a Loop? Is it possible to have progress bar while more than one macros running, without looping at all? Thank you in advance.
  12. V

    Not able to integrate Progress bar vba with existing code

    Hi I have a long vba code with almost 7 vba codes calling each other and i want to show the progress of vba to the user using progress bar. I have both the codes ie. for Progress bar and my own code but i am not able to integrate the both. Please advise on how to integrate the bigger vba codes...
  13. A

    Progress bar in excel, then call another macro

    <tbody> 0down votefavorite I have 2 macro. One for progress bar, and the other one is the main process. The main process consist of 4 sub process inside. What I want to do is the progress bar increase 25% for each process. I have created the progress bar macro as below: <code>Sub code() ' '...
  14. A

    Formula to Return a Value in One Cell Based on the Value in Another Cell

    Hello! I am at my wit's end trying to figure something out :mad:... OK so a quick synopsis of the problem: I am designing a spreadsheet to track the progress of individual stores toward a goal of employee participation in a program. Depending on the employee participation percentage, a store...
  15. BlackMane

    Can anyone understand this?

    Under CT1, use an appropriate function to find the highest class test mark for each student, using the class test percentages on the PROGRESS MARK worksheet. there are three sheets here first one being PROGRESS MARKS/ATTENDANCE RECORDS and last one MARK CALCULATIONS. Stud num Last Name First...
  16. C

    How to calculate summary table for my production

    Hi, I'm working on the production of a Microsoft Office e-learning course. My Excel file contains a worksheet where I track progress for each individual course module. The 4 production stages are (simplified): text - screenshots - voice-over and animation Whenever a step is completed I...
  17. N

    Calculation between percentage and time

    Hi, I need to calculate a current progress review based on dates and the current time. I have 5 columns (C,D,E, G and H). C = Progress, a value between 0 and 100. D = A target value (see below) E = Variance (Difference between the target and the current). G = Start Date H = Due Date C12 - I...
  18. K

    how to distribute progress bar to client

    I recently added a progress control to an Excel application. My client's computer, which also runs Excel 2016 does not seem to support that control. Is there something I can do to the file to make it so the code will not fail on the progress bar? There are several computers that will be...
  19. N

    Visual Progress tolerance icon sets

    Hi, I think this is a tricky one, it certainly is for me.... I need to display visually how well a project is running based on some date and percentage values. <tbody> START DATE TODAY DATE DUE DATE PROJECT AGE PROJECT LENGTH % EXPECTED Actual Progress Visual 1/1/17 22/08/17 31/12/17 233...
  20. J

    Progress bar variable issues

    Seems like when I do this, I lose the variables such as .BarColor.Tag = .BarBorder.width / Maxvalue etc. It seems to be working for in the example (linked below) I copied it from but when I applied it to my program which has different module for initiate progressBar and show progressBar. These...

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