approved

  1. W

    Countifs not referencing same cells and getting 0

    I am trying to use CountIfs and every thread I come across all reference when someone is trying to reference the same cells for different criteria, which I understand why that does not work. What I am trying to do is reference three columns all for different data, but I am getting zeros...
  2. C

    IF Statement Formula

    Hi, I'm trying to figure out a formula that has a number of parts. Let's say that we have columns A, B and C. Column A will contain either a date, or be a blank cell. B will contain "Accepted", or a blank cell. I want Column C to return either "Open", "Approved", or be blank, depending on...
  3. K

    Only make a code run from an approved user list.

    Hello, So i have a sheet when someone clicks a button and it shows the relevant hidden cells. However i would like to restrict this to only approved people to have access to run this code. Is it possible to have a list of users in 'Settings' sheet, and once the code is activated to run it or...
  4. K

    How To Sum A Column Against Each Unique ID With Multiple Conditions

    Hi, I have a sample data as below, original data is around 90 thousand. Please Note:- That in the below sample data the value in the column "Approval Status" is show "Approved", but this is not the case it can be other values as well for example like "Rejected" or "Submitted" etc., Sample...
  5. P

    count between dates with two criteria

    Hi, I need a formula that will allow me to count the number of account Approved or Active between a date range A B Active 1/01/19 Approved 1/19/19 Active 2/10/19 Pending 2/20/19 Close 3/15/19 Thanks, Carlos
  6. G

    Question on Hlookup

    What is the meaning for below formula ? What is the function for this ROW(A5)-3? =IF(HLOOKUP("E0016 Fully Approved",$A$4:$M$50,ROW(A5)-3,FALSE)=HLOOKUP("Grand Total",$A$4:$M$50,ROW(A5)-3,FALSE),100%,(HLOOKUP("E0016 Fully Approved",$A$4:$M$50,ROW(A5)-3,FALSE)/HLOOKUP("Grand...
  7. J

    Macro that formats table - Does not format properly on other sheets with different number of rows

    I get a daily report of projects that I work on showing their status. A while ago, I created a macro that cleans up the formatting a bit and makes it more presentable. It works okay; but, each day the number of projects is different or a different sheet has a different number of rows. The macro...
  8. S

    Vlookup results #na and 0, how to replace with text

    Hi, I created a vlookup(B2,"Report'!$A$1:$D$20,16,0) and these are the results I get in Column B. Except that I would like to replace my #NA's with text. So something like, NA=Employee not found and 0=Intentionally Left Blank. However, I don't want it to affect my vlookup results that return...
  9. N

    generate weekly report

    can someone help to generate weekly summary per this file? raw data entries: <colgroup><col><col span="4"><col></colgroup><tbody> Date Status1 Status2 Status3 Status4 Week 02 April 2019 Approved Approved Approved Approved 14 03 April 2019 Reject 14 08 April 2019 Approved Reject...
  10. K

    Show error message when word in text string isn't in approved list.

    Hello, i would like a code that will show when a user enters a string of text and there isn't a word in that string that doesn't meet the approved list. Approved list: 'World' 'Planet' 'Globe' 'Earth' If someone enters in a cell "Hello World' or 'What is Earth' nothing will show, but if...
  11. R

    Averageifs with multiple criteria

    The formula listed below is only averaging items for "5B" and does not include items from "LI". I have tried everything I know to get it to produce the desired results. Any ideas? =IFERROR(AVERAGEIFS('WORK ORDERS APPROVED DATA'!$N$7:$N$3500,'WORK ORDERS APPROVED DATA'!$G$7:$G$3500,P11,'WORK...
  12. R

    VBA Advanced Filter

    I have some code that currently looks for two criteria. <colgroup><col><col></colgroup><tbody> Date Requested Approved? 2/24/2019 Approved </tbody> I would like to add pending as a criteria under approved too. so that if the column has approved or pending it will show up. bellow is what i...
  13. C

    Excel for Purchasing

    I have about 40 customers some providing 1-10 ingredients each. Rather than having a worksheet where I have to enter Supplier 1 10 times once per each of 10 products is there a way I can enter the data like its a card. entry : Customer ABC Date Approved : June 2010 #Products Approved: 4...
  14. CyrusTheVirus

    VBA To Create (But Not To Send) E-mail Drafts Based On Table

    Hi everyone, Looking for a code that will populate e-mail drafts within outlook, but not send them out, based on information within a table. The table name is Email_Table, and the sheet is Sheet1. Specifically, what I need to populate within the e-mail is: 1) The subject which is in cell B1...
  15. J

    Costs in sheet 1 to add up as a total in sheet 2. can this be done?

    Hi All, I want the costs in Sheet 1 P15 to P73 that are in line with Committed in the G Column to add up to the total of £1,050,000 in Sheet 2, C 2 under Cost. Can this be done? Many Thanks, Jim <colgroup><col><col><col><col><col><col><col span="7"><col></colgroup><tbody> Sheet 1 G H I J...
  16. G

    Multiple Criteria

    HI, <colgroup><col><col><col></colgroup><tbody> ID STATUS Confirmed Status 3333 Approved 4444 Approved 2222 Approved 3333 Approved 2222 Approved 3333 Approved 1111 Not Approved 4444 Approved 1111 Not Approved 3333 Approved 3333 Approved 3333...
  17. G

    Multiple Criteria

    Hi, <colgroup><col><col><col></colgroup><tbody> ID STATUS Confirmed Status 3333 Approved 4444 Approved 2222 Approved 3333 Approved 2222 Approved 3333 Approved 1111 Not Approved 4444 Approved 1111 Not Approved 3333 Approved 3333 Approved 3333...
  18. USFengBULLS

    Help Slight Adjustment to code For Running Macro on In Cell Drop Down Value

    Hello All, I have a code that runs perfectly that calls up two other macros (APPROVED, REJECTED) that work perfectly as well. Its based off a change to the Cell I11 where I have that cell as a in cell drop down list that the User can select either APPROVED or REJECTED and these two macros run...
  19. USFengBULLS

    Help on transferring data based on Condition in Cell

    Hello all, I am trying to have data in columns A,B & C of a single row be transferred to another sheet in same column A,B & C based on a drop down list in the row. So over in row I I have it labeled Status and the whole Column (Starting at I11:I500) is an in cell drop down list that has 3...
  20. T

    Update Version

    Hi All I have a Userform that passes its values to the next empty row and now I need to update the version number column. If cell in column B is Draft then find last draft version and add 0.1 to the value in column A unless if last draft version is less than last Approved version then in that...

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