aaa

  1. F

    How to change cell value based on input and other cell vlaues?

    hello, I have a little problem. here is my sample excel data. its fairly large. <tbody> A B C D E AAA AA 1 AAA BB 2 null null 3 BBB CC 4 BBB DD 5 </tbody> So i want to change the values in column A and B. so i want to input a number (1-5) in column B and values...
  2. R

    IF (or similar) based on various list of options

    Hi, I'm sorry for the title being so vague, but i quickly need to run some numbers and the source data is a bit messy. The simplest way for me to do this with my limited knowledge is an IF statement, but i think it's going to be very messy in terms of nested IFs to do what i need, so i wonder...
  3. J

    Countifs without duplicate

    Help needed! Data below shown John has 3 outlets in Jan. What would be the formula for me to put in C3 to get 3? If I change the manager to Smith, will the number change automatically as well? Thanks! <colgroup><col><col><col><col><col></colgroup><tbody> A B C D 1 Month Jan 2...
  4. J

    Transposing Data

    Hi I haven't been able to figure out how to phrase this to utilise the search here or on Google to find the answer, although I'm sure it is fairly simple. I have data in the following format: <colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody> Company Rate...
  5. U

    Calculate leaves

    Casual Leave balance Calculation Period Start 01-Jun-2017 Period End 31-Jul-2018 Total Casual Leave 10 for 12 month (.83/month) but it should be calculated from date of joining. <tbody> A B C D E Employee Date of Joining Opening Leave Availed Leave Balance Leave AAA 28-July-2017...
  6. D

    VBA running in F8 but not in F5

    Hello, I am having some trouble with my vba code. It seems to work in f8 but not when I run it in f5. When I run it in f5 the item is not recognized and equals nothing. I have pasted the code below. Sub SlicerSelect() 'On Error Resume Next Worksheets("Sheet3").Activate 'Dim cache As...
  7. H

    I want to merge cells using vlookup

    How Can I merge cells using vlookup? I have to merge cells from TEXT Column for each ID ID NAME TEXT 1 AAA hfjkjvk 1 AAA djhjfdhf 1 AAA dfklkdfj 2...
  8. D

    2 Data Set contains time

    I have 2 data sets : 1. Data order <colgroup><col><col><col></colgroup><tbody> Product Order Time Qty AAA 1:30 AM 1 AAA 2:00 AM 1 AAA 2:15 AM 1 AAA 2:15 AM 1 AAA 2:15 AM 1 AAA 2:15 AM 1 AAA 2:30 AM 1 AAA 2:30 AM 1 AAA 2:30 AM 1 AAA 2:45 AM 1 AAA 3:00 AM 1 AAA 3:00 AM 1...
  9. U

    Formula need or VB Code

    DATA FILE <tbody> Grn Name Discount % Class 001 AAA 100 5 002 BBB 100 6 003 CCC 4 004 DDD 100 3 005 EEE 1 </tbody> <tbody> Concession i want to maintain below list just enter 100 in this cell </tbody> <tbody> Sr. No. GRN Name Class 01 001 AAA 5 02 002 BBB 6 03 004...
  10. A

    Power pivot DAX formula to count unique items in one column for every row in another column

    I am trying to solve problem. I have in my dataset among others also columns named customer and product. Customer can have many products and entries are repeated. I need to have a new column to give number of unique products based on every row of customer column. Dataset is huge and it's needed...
  11. R

    Multiple criteria greater than

    Hello experts, I have different license plates belonging to various companies, but that can be "drafted" to other companies. It is easier to explain it sample data: <tbody> License Plate Company Start Date A1 AAA 01-01-2017 A2 AAA 01-01-2017 A2 BBB 01-12-2017 </tbody> On another sheet...
  12. P

    Help with Array Range and For Each If Then Statement VBA. It works for the first line.

    I'm still really new to VBA. And this is the last portion of a long list of macros for completing data cleanup and analysis for a report. Maybe this isn't the best way to do this? I'm still new to this, so I'm open to other suggestions. But it needs to be a macro. This is basically what it...
  13. F

    Cycle for VBA

    Good evening! I have some code: Sub sqbrackSub() Dim arr() As Variant Dim x As Long x = Cells(Rows.Count, 1).End(xlUp).Row arr = Cells(1, 1).Resize(x, 2).Value For x = LBound(arr, 1) To UBound(arr, 1) arr(x, 2) = sqbrack(CStr(arr(x, 1))) Next...
  14. F

    Horizontal cycle (VBA)

    Hello! I have some macro: Sub bracketsSub() Dim arr() As Variant Dim x As Long x = Cells(Rows.Count, 1).End(xlUp).Row arr = Cells(1, 1).Resize(x, 2).Value For x = LBound(arr, 1) To UBound(arr, 1) arr(x, 2) = brackets(CStr(arr(x, 1))) Next x...
  15. M

    Filter column based on another column

    Hi, I wish to filter a column based on an input range in same (or another) column for eg. <tbody> A B 1 Account Value 2 bbb 150 3 aaa 100 4 ccc 200 5 aaa 150 6 bbb 250 7 vvv 200 8 aaa 150 9 ccc 100 10 ddd 50 11 sss 250 12 bbb 100 </tbody> Criteria range for the...
  16. Sunline

    Copy , transfer range from w/book AAA to W/book BBB .

    Hello all , I have this macro which can only copy and transfer data one col at a time . Im wanting to copy from workbook AAA range A2:BF434326 to workbook BBB destination A2 . No idea how to alter this macro below . Sub Test() Workbooks("AAA.xlsm").Worksheets("Sheet1").Columns(1).Copy...
  17. S

    Index Match formula based on a match in another cell

    Hi, I am trying to populate a cell with information based on certain text in the column, and using index match to insert the data in the correct line. Below is a summary of the data. It seems simple but I just can't find anything that works. Excel 2010 <colgroup><col style="width...
  18. W

    Formula to transpose data

    Sorry, first post so forgive me if I get anything wrong. I am a fairly experienced excel user and happy to use any formula for my requirements I'm using 64 bit Excel 2016. My issue is trying to transpose large amounts of data using a formula (vlookup/hlookup/index match are in my mind but not...
  19. W

    Split dynamic data in access

    Hello, I am attempting to split a string of data located in one cell into multiple single cells, with "." as the deliminator in access. I normally work with excel and would just use the text to column function, but that is not an option here. my data will not be fixed in length, here is an...
  20. D

    Select Text in After Using Text to Columns

    Greetings! Is there a formula to fill down in column E with text from the first cell to the left that has text? The text in columns A through D are different lengths and could contain both text and numbers. I've a spreadsheet with more than 1900 rows. Thank you in advance. <tbody> A B...

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