abc

  1. R

    copying records to downward dynamically

    Hi, I have spread sheet and wants it to be in new order. Existing sheet Records <tbody> Roll No Name Ph1 ph2 ph3 ph4 ph5 ph6 1 abc 0300 677 748 2 def 767 87 3 hij 88 88 88 88 88 88 </tbody> New look i wants as <tbody> Roll No Name Ph 1 abc 0300 1 abc 677 1 abc 748 2...
  2. H

    Returning Filtered results

    Hi All, i am trying to find a a function that can filter a column of supplier codes (the column will have the supplier code in it between 1-??? times) then return it on a new sheet just once along with the supplier description (adjacent cell) eg: the source sheet <tbody> <tbody> 20935...
  3. L

    LookUp Batch Numbers Based on If the Cumulative Sum of the Batch Numbers is Equal or Greater to the Quantity Required for a Job Number

    Hello All, I have this complicated problem (well, complicated for my limited excel skills) which I'm having a hard time solving. I have a table in Sheet 1 listing planned production of products with different Production Order Number and Quantity. In Sheet 2, I have a list of next level Work...
  4. R

    Only show Subtotal and not the detail within rows (Powerpivot)

    Hi, Is it possible to create a measure that will only be used as a sub-total. I have a field in my table called "Present", the data for this is allocated to the top row for the daily records.When this is pivoted all I want to show is the sub-total and not the detail for that particular row...
  5. J

    Sequential Numbering Based on Data in Cells

    Hello, I am attempting to do the following and would appreciate any help: I have a spreadsheet that looks like the following <tbody> ABC ABC-001 DEF DEF-001 ABC ABC-002 ABC ABC-003 DEF DEF-002 </tbody> I manually enter in the information in the first column. In the second column, I...
  6. A

    Limiting the SPLIT function...

    <tbody> ABC - DEF - GHI - JKL - MNO ABC DEF GHI JKL MNO ABC - DEF - GHI - JKL - MNO ABC DEF </tbody> Using SPLIT with a "-" delimiter gives the first output above - is there a way to limit the command so it splits ONLY the first two parts? Thanks for your help!
  7. A

    vba filter exact match

    I have a few locations, eg. AMK, AMK MRT. When i type AMK, both amk and amk mrt will appear, how do i filter to exact when i type amk, only amk will appear? this is my code Sub Advanced_Filtering() Range("A8:H1611").AdvancedFilter _ Action:=xlFilterInPlace, _...
  8. J

    Rank by Year/Client/Count when lines are duplicated

    <tbody> YEAR YRFILECNT YEARRANK CLIENT BR STA STACNT 19 342 1 ABC 32 CHIO 207 19 34 1 ABC 32 CHIA 134 19 342 1 ABC 42 LAX 1 19 267 2 DEF 52 SFO 250 19 267 2 DEF 52 SFA 16 19 267 2 DEF 32 CHIA 1 19 223 3 GHI 32 CHIA 222 19...
  9. J

    Copy invoice data to another sheet in my workbook using a script

    I have an invoice called (Invoice). I would like a script to get the invoice number, customer number and each line item, including Quantity and Amount for each item. I would like to get this information into another sheet in my workbook called (Invoice List 2).I have found some scripts online...
  10. M

    Sumif Help - with unique column

    Hello! I'm looking for a formula (maybe sumifs?) that will lookup the 'Name' column and 'ID' column and return the sum of the 'Amount' column BUT for only those ID's that are unique. For example, if I lookup Name "ABC" it should return 550 because it'll sum 200 + 350... not both 200's because...
  11. S

    running numbers in pivot table's row

    i created a pivot table as below. in my table i want to running serial number of every row as sequence wise. Date: 00-00-0000 (report filter) ROW NAME LCB CB VCB LMDF 1 ABC 10 05 15 20 2 DEF 09 12 21 10 3 GHI 15...
  12. A

    Generate duplicate row whenever a row contains a specific value for a column

    I have a spreadsheet containing hundreds of row in the following format: <tbody> obs_code obs_name city value_yr_1 value_yr_2 1104125 E and W ABC 451 1104125 E and W YZW 26 54 1104126 T and O YZW 1 251 1104111 G and Y ABC 54 1104111 G and Y YZW 12 35 1104111 G and Y TUS...
  13. J

    ABC analysis

    As the title suggests im working on an ABC-analysis, and since I'm here, naturally I need some help/advice/tips.. Link o sheet: https://1drv.ms/x/s!Asdl-iuZDQdchJ0h1ICV0Vx9usUQ0A If you don't know what an ABC-analysis does, it sorts "thing" after useage/cost/worth etc. (whatever you would like...
  14. U

    Compare multiple items across multiple worksheets

    I am attempting to compare multiple items against multiple worksheets, to find out if certain property IDs are interacting with the appropriate item IDs, dependent on a licensing condition. Examples: In Worksheet 1, I have a pivot identifying all the unique property IDs. I use a pivot because...
  15. gheyman

    Count if used at higher level

    I have a list. The first column is the Parent Part Number, the second is the individual parts that go into each parent. I am trying to see if the individual part is used in more than one parent. What I need is to come up with a percentage. its kind of hard to explain. Hope this helps. The...
  16. Guzzlr

    SumProduct Question

    =SUMPRODUCT(--(B13:B15="ABC"),C13:C15,--(E13:E15="ABC"),F13:F15,--(H13:H15="ABC"),I13:I15) <tbody> ABC 400.00 E 300.0 E 300.0 A 450.00 A 600.0 A 600.0 ABC 0.89 ABC 0.50 ABC 0.50 </tbody> Hello Everyone I have the above formula and the above data. The data is in the range of...
  17. K

    VBA code to paste value on row column A with all value on Column B

    Please i need help! i want to take the unique value of Row A2 and get all the Value of row B and C paste on a different cell. Please see the example below of what i am trying to do. Thank you for you help <tbody> bill item Price bill item price 123 abc 10 123 abc 10...
  18. M

    Help to sort road addresses - Complex Sort Scenario

    Hi All Excel Gurus, I have address in one column as follows 1 ABC Road 1a ABC Road 10 ABC Road 11 ABC Road 11a ABC Road 2 ABC Road 3 ABC Road 6 ABC Road 7 ABC Road 52 XYZ Road The Mansion , 8 BCD Road The Quadrant , 8a BCD Road Flat 3, 35 BCD Road 51 BCD Road 21 ABC Road Flat 1 23 ABC Road...
  19. JenniferMurphy

    Table lookup UDF

    I was having trouble getting the Match and Lookup function to work, so I put them in a UDF. It has a simple syntax and does not require that the lookup list be sorted. Here's the code. Please let me know if there is a better way. ' My LookUp Function ' Look up (search...
  20. B

    VBA Code to Copy & Paste Based on Cell Value Then Loop Until Last Row

    <tbody> A B C D E F 1 Part Number Description Qty 2 123 abc 3 123 abc 3 456 def 1 123 abc 4 789 ghi 2 123 abc 5 456 def 6 789 ghi 7 789 ghi </tbody> I have searched forums and am able to copy and paste a range a certain...

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