task

  1. P

    VLOOKUP Fails

    I've built a timesheet with 15-minute increments. Users enter their task and what project the task is part of, and a single project can have multiple tasks. All projects are in one column and all tasks are in a neighboring column. Total time is listed beside them. The range is D2:G166 (NOTE...
  2. N

    VBA : Open - Filter Criteria - Delete Rows

    Dear Friends, I'm new to VBA, I need accomplish a task of regular activity in my work. The requirement 1. Open the file from location 2. Go to sheet name Day -1( sheet name will be "_0714") filter and keep only Day-1 data in Date column. second Filter Gender Column keep only MALE. This...
  3. T

    Formulas to check Duplicates and if specific cell value is FHA Loan

    I'm having a few troubles trying to solve a task in Excel. Task 1 - https://gyazo.com/a84dc9eeae2f3d1d10df66a2b756a077 Task 2 - https://gyazo.com/3b5a3e89d22046ad1b1c8cecd161d64a Let me know if you would rather me upload the excel file, but i'd be very grateful if anyone can help me with the...
  4. S

    Work in progress and work completed

    Cell B2= Todays Date Cell B11= Start Date Cell C11 = End Date Cell D11= Days Remaining At present cell d11(gives the value of end date of the task - todays date (c11-b2) What I want to do is if the task is completed then cell g11 will have a 0 (implying task completed) and cell d11 will no...
  5. R

    Create Hyperlink in Excel to open Task imported from Outlook

    Hi All. I have some code to import all non-completed tasks from Outlook into a spreadsheet. My plan is to then put these into some kind of Eisenhower matrix to allow better organising of important vs urgent tasks etc. I want each task to be a hyperlink which will then open the task in Outlook...
  6. M

    Task Tracker

    Hello!! Does anyone know how to make a sort of interactive task tracker? I have a tracker that has different tabs, one for each client. Each tab has deliverables for that client and the due date. I want the "Summary tab" (main tab) to show the items that are pending, in-progress, to-do, etc but...
  7. C

    Creating a work order

    My department has task that are executed daily, weekly, monthly and quarterly and these tasks have been placed in a name range list called "task" where the headers are A1= Frequency, B1= Form # and C1 = Task Description. 4 rows or lines of data reads as follows: A2 =Daily B2 =27 C2= Preop...
  8. S

    Pivot Table - Calculated Field Question

    Can you help calculating a field in a pivot table. Example - I have 3 columns of Data. Column A ("Month") i.e. Jan, Feb, Mar etc. Column B ("Task") i.e. Task A, Task B, Task C etc. Column C ("Amount") i.e. 1, 2, 3 etc. In the Pivot Table Fields - I drag "Month" into the "Columns" box. I drag...
  9. E

    Excel to return work week given certain criteria across mutli year

    Excel 2016 (Windows) 32 bit <tbody>#E0E0F0[/URL] "] #FFFFFF[/URL] ]A #FFFFFF[/URL] ]B #FFFFFF[/URL] ]C #FFFFFF[/URL] ]D #FFFFFF[/URL] ]E #FFFFFF[/URL] ]F #FFFFFF[/URL] ]G #FFFFFF[/URL] ]H #FFFFFF[/URL] ]I #FFFFFF[/URL] ]J #FFFFFF[/URL] ]K #FFFFFF[/URL] ]L #FFFFFF[/URL]...
  10. E

    Excel to return value give multiple criteria

    <colgroup><col width="23" style="width: 17pt; mso-width-source: userset; mso-width-alt: 841;"> <col width="64" style="width: 48pt;" span="2"> <col width="111" style="width: 83pt; mso-width-source: userset; mso-width-alt: 4059;"> <col width="143" style="width: 107pt; mso-width-source: userset...
  11. Allen_Mead

    Simple IFERROR to return a blank Cell and not a 0

    Hi, I've trawled through the forum to see if I can find an answer on this but most apply to VLOOKUP which is not appropriate in my case. I have the following table where I want to add up the number of hours spent on each task, but, if there are no hours, I don't want a 0 in the total column...
  12. E

    Lookup due date and return earliest work date that contain zero

    <tbody> A B C D E F G H I J K L M N O P Q R S T 1 Table 1 2 Date 1 2 3 4 5 6 7 8 9 10 11 12 13 3 Batch 0 0 0 2 3 3 0 0 5 4 3 0 1 4 5 Table 2 6 Example Task Due Date Proposed Work Date 7 Example 1...
  13. S

    sequence

    assuming there is a team of 3 employees named a, b and c who have to be assigned a task as shown below. They have to be assigned task in the same sequence as it comes. i.e. First task to a, second to b and third to c (the last person), when the fourth file comes it has to be assigned again to...
  14. P

    Option Button Group name

    I'm setting up a task list with several hundred tasks (each in its own row as you would imagine) and each with its own task number then for each task a column of status buttons "Complete" "Incomplete" "NotStarted" "Waiting on customer" I want to use radio buttons to set the status. So because...
  15. L

    Summarise cells - row by row

    Hi, I need to be able to summarise the table below to show who was doing what hour by hour so that this can be used in a database. Essentially I need to extract an hour by hour view from the large table below to just return this: <tbody> 08:00 name.1 SALES 2 08:00 name.4 TRAINING 08:00...
  16. S

    [VBA] MouseMove & "MouseOut" Event

    I have a ComboBox ActiveX on Excel. 1. When the mouse hovers over it, the comboBox will drop down. 2. When the mouse leaves the region of ComboBox, the comboBox will collapse. Task 1 can be done using "MouseMove" event. However, for task 2, it seems that Excel VBA itself doesn't have...
  17. J

    VBA coding for multiple worksheets?

    My question for the board is, does VBA coding offer a bettermeans of capturing data and performing calculations such as averaging based acrossmultiple worksheets? I have created aspreadsheet that records scores of tasks performed by task type and state over19 weeks (one worksheet per week). In...
  18. J

    Cell References not updating when a row is added/removed

    I am in the process of creating a spreadsheet that will be used to track the development of a new employee over a period of weeks, based on certain criteria that will be identical for each week of their development. From the base information, I have created other sheets in the workbook that...
  19. M

    Find Value in matrix Table and return column and row names

    Hi! Can you please help me solve in getting the row and column name given the value from a two dimensional matrix table? Here is the table I am trying to work on: <tbody> 1 C D E 2 Team1 Team2 Team 3 3 Task 1 Code1, Code 2 Code3 Code1 4 Task 2 Code2 Code1 Code 2, Code 3 5 Task 3...
  20. D

    Dsum & match, index & match

    All, I have a table (EMP_TASK) with 3 columns (A:A=Task, B:B=Employee, C:C=Hours to Complete). My goal is to auto populate another table (EMP_TOTAL) with the name(E:E=Employee) and sum the total hours (F:F=Total Hours) from EMP_TASK table. Any suggestions, so far the only things I can get are...

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