5th

  1. N

    Macro to add 1 to 4th then 5th cell for 200 numbers

    A different number is inputed in cell cd31 every day. Today's number in cd31 is 401 Then I want CD35 to be 402 Then I want CD40 to be 403 Then I want CD44 to be 404 Then I want CD49 to be 405 until last cell: CD926 = 600 Need a macro to increase by 1 every 4th then 5th then 4th then 5th cell...
  2. M

    Adding Hyphen in Between of Strings Using Macros

    Hello Mates, i want to insert a hyphen in between of strings in the A column. My string format is AA111AA111 BB222BB222,....... A space is separating the strings. Number of strings are dynamic. Hyphen should be inserted exactly middle of the string that is after 5th character. So the result...
  3. Y

    Vlookup with multiple coloums and criteria

    I have set up a table with 5 columns such as below; <tbody> DIAMETER WALL Low Ø HI Ø LO HI OD ± 0.000 12.740 0.510 1.240 0.100 12.700 25.400 0.510 1.650 0.130 12.700 25.400 1.660 3.400 0.250 25.400 38.100 0.640 1.650 0.200 25.400 38.100 1.660 3.400 0.250 38.100 50.800 0.640...
  4. R

    Rounding dates to the next specific date

    I am working on a spreadsheet for monitoring personnel records, especially in relation to the disposal of the records. I current have the spreadsheet which calculates 6 years after an employee left, and which will compare this to today's date to flag they have been gone for 6 years. Our policy...
  5. R

    Populate a column with the dates of 1st, 3rd and 5th Mondays between two dates...

    How to create a list of dates of every 1st, 3rd, 5th Monday each month between two dates? I have in cell A2 (01 Jul 19) the first date and in B2 (30 Jun 20) the second date. How do I populate column C with the dates of every 1st, 3rd, 5th Monday each month between 01 Jul 19 and 30 Jun 20...
  6. M

    Excel 2016 Data Model - Pivot Table Value Filter 'Top 5' not working as desired

    Hi all, Long time reader/lurker, but a first time poster here. I have developed a dashboard within Excel 2016 to bring together Customer Feedback data from 3 different sources (at present - longer term will add more to the mix), and used Power Pivot to help with this as contrast and comparison...
  7. S

    How to find the 5th occurrence and return the date and location information?

    I’ve been stuck on this problem for a while now. I have a large spreadsheet that I am trying to find when and where the 5th occurrence happens. I would like to use a helper column to display the values if not a list of the location and time would work. Below is an example. <tbody>...
  8. M

    COUNTIF question

    Hello everyone, What I am trying to do is in a single column, count all the non-zero elements that appear in every 5th row. I tried to use the COUNTIFS function. However, the second criterion (selecting every 5th row) does not seem to work. Even when I use COUNTIF() (see below) with this single...
  9. F

    Automating & Learning

    Hello I recently have started a new job that requires me to use a lot of excel for my day-to-day.. I've learned so much, and I'm starting to watch videos and learn even more than I could imagine. I'm stuck though on an issue I would like to be able to automate. I have this daily report.. It has...
  10. L

    filter date - 5th day of of the month

    Hi I just watched a video about excel filter. It says that to find the 5th day of the month (any month) in a date column, just go to filter and in the search box type 05. I did that, and yes I can see all the date which has for example 05/11/2016, 05/01/2011, 05/04/2001 but that search will...
  11. K

    Nth Business Day of a Month/Year

    Hello, I have a column with YYYYMM in it. I am able to split that column into two columns YYYY and MM. What I am trying to do is figure out what the 5th business day of each month is. Column C holds the results I am looking for. I want to exclude weekends and holidays from the calculation...
  12. G

    Delete File by Creation Date

    Hi, I am currently using the code below within the "this workbook" section to save a file to one location and also create a backup copy of a file to a different location adding the date to the end of the filename. "filename dd/mm/yy.xls" Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean...
  13. L

    countifs() what the 5th argument is used for

    Hi Why countifs() has 5 arguments? what is the 5th one is used for? It works perfect without the 5th one? I just want to find an example when I have to use the 5th one. Thank you so much.
  14. D

    how do i select the 5th sheet VBQ

    Sheets("Sheets(5)").Select is what I've tried so far and it's not working .
  15. T

    Find 5th highest value in column based on criteria

    Let's say I have 3 columns - of which A and B contain multiple records of the name. Column A = Color Column B = Manufacturer Column C = A number What I'm looking for is if Column A = "Green" AND Column B = "Microsoft", return the 5th highest value in Column C. (which obviously matches my...
  16. R

    Bidding Schedule

    I'm trying to come up with a formula that awards a schedule to employees. The employees are ordered by seniority. There are multiple openings per periods. The employees bid for the period they will work based on seniority and list them by their 1st through 5th choice. I found a solution...
  17. D

    Numbers in a list

    <tbody> A B C D E F G 1 2 1ST 2ND 3RD 4TH 5TH 3 -89.8 -89.8 -89.6 -35.2 -7.4 -15.5 4 22.4 -89.8 -89.6 -35.2 -7.4 -15.5 5 52.3 -89.8 -89.6 -35.2 -7.4 -15.5 6 1 -89.8 -89.6 -35.2 -7.4 -15.5 7 -89.6 -89.6 -35.2 -7.4 -15.5 -13.8 8 -35.2 9 -7.4 10 -15.5...
  18. M

    Conditional formatting certain digit

    Hi! I have a sheet filled with 9-digit figures (ex. 172234512) There is a need to sort out every figure with the status of the 5:th digit. What is the most easy way to solve that? For example: if the 5:th digit is 3 (like above) then mark the cell red. If the 5:th digit is 2 (172224512) mark it...
  19. U

    Copy data from 5th column if data in previous 4 matches

    Hello, This is my first post here and I'm relatively new to excel so hopefully somebody can help me. I have workbook with 2 sheets (Sheet3 and Sheet4) in which one contains 4 columns and the other one contains 5 columns and I need a formula that will copy data from 5th column in second sheet to...
  20. F

    VBA: How to find a symbol in string by position number?

    Hello! How to add to HappySymbol the 5th symbol of HappyText? Dim HappyText as String Dim HappySymbol as String HappyText = "Hello friends!" HappySymbol = "o" '5th symbol in HappyText Thank you in advance.

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