similar

  1. W

    How to split data into multiple worksheets based on column values in Excel?

    Good Afternoon All, I have a excel file that contains two tabs ("Summary" Sheet 1) and ("AllBreaks" Sheet 2). I was wondering if anyone had a similar code that will split out the data on AllBreaks Sheet 2 into two buckets, If values in column N = "Working" and "Expecting" split onto sheet 3, if...
  2. E

    My hyperlink works when I click the cell but it does not work with the macro

    Range("M6").Select<o:p></o:p> Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True<o:p></o:p> Run time error 9: subscript out of range<o:p></o:p> In other similar macros, the codeworks perfectly<o:p></o:p> <o:p></o:p> Thanks much for any suggestion<o:p></o:p> Leon Traubkatz<o:p></o:p>
  3. H

    Formula to find a similar match

    Hello, I have a huge list of I items i need to look for if they're similar, for instance: I have 'Money Spent' in column 'A' and in column 'B' I have 'Cash Spent' or 'Spending'. How can I tell Excel to look for what I have in column 'A' and bring me a match if something similar was found in...
  4. K

    Does Excel 2016 have a column feature similar to that of Word 2016

    Column “A” has over 1000 rows of data. Is there a simply way to divide those rows evenly across 4 columns (B, C, D AND E)? Similar to using the column feature in Word.
  5. S

    Delete row on cell value RANGE

    I would like to delete all rows on a worksheet where cells in column c are either in the range of "0-70" and "85-125". I have done similar with a specific value but never a range. can this be done? Any examples?
  6. M

    Grouping Numbers

    Greetings, I need help with something I was tasked to do for work. I'm familiar enough with Excel to know this is possible, but not sure how to develop the formula. I have a list of items with prices that I want to group into 4 similar totals. For example, I may have 12 items (no...
  7. S

    Sum If if Cell A Cell B and Cell C has similar data from other sheet

    Hi, I am trying to sum if Cell A /Cell B /Cell C has similar data on other sheet Cell A /Cell B / Cell C. But unable appreciate if your help. Cell A contains BLDG Name, Cell B contains City Name, Cell C contains PIN Code and Cell D contains 10,000 on sheet 1 If it has multiple same entry on...
  8. H

    is there any formula IFZERO which is similar like IFERROR

    Hi Team, Is there any formula in excel like IFZERO which is similar like IFERROR....return the require value if formula is ZERO....I just googled it but not found...can anyone help by creating in UDF or share if any other formula to get the desire output. Thank you,
  9. E

    How to create a Continuous Calendar in Excel?

    How would one create a Continuous Calendar in Microsoft Excel, I know how to create a Monthly Calendar but how would I make it a Continuous Calendar similar to this one here. https://www.vertex42.com/calendars/continuous-monthly-calendar.html
  10. Raaj Chauhan

    Macro to prevent duplicate entries in multiple columns

    ****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;"> <tbody style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit...
  11. S

    Using 'not equal to' an array as criteria in AutoFilter in Excel VBA

    In my the spread sheet, I have defined a range, which needs to be excluded from the filter. The values to exclude are filled dynamically filled in the range & will be more than 3 in most of the cases. I intend to use the code similar to what is shown below. varFilterValues is an array populated...
  12. K

    Get all Combinations based on N

    Hello, I need to create a macro that will give me all combinations of the listed data in sets of N. So lets say N is 2 i want 1*2 then 1*3 and and so on. I have seen a lot of looked and have seen macros similar to what i need but cant figure out how to adjust them to work for me. <tbody> A B...
  13. Weeble

    Sum IF Frequency blank cells calculation

    I'm trying out this formula {=SUM(IF(FREQUENCY(IF(Blad2!$N:$N="<"">",Blad2!$B:$B),IF(Blad2!$N:$N="<"">",Blad2!$B:$B))>0,1))} To try and get all the unqie values in column B when column N is blank. I have similar code for when N is not blank, it it works fine...
  14. H

    How to "compress" nested IFs

    Hello. I have a formula like this: =IF(A8=1;$A$5;IF(A8=2;$B$5;IF(A8=3;$C$5;IF(A8=4;$D$5;IF(A8=5;$E$5;IF(A8=6;$F$5;IF(A8=7;$G$5;IF(A8=8;$H$5;IF(A8=9;$I$5;IF(A8=10;$J$5)))))))))) Is there any way to avoid all these Ifs (because I need to another similar formula to use IF for 88 times!) Thanks...
  15. S

    Countif similar text values such as 3.1, 3.10, 4.1, 4.10

    Hey guys, I'm having trouble with counting numbers that are similar, example 3.1 and 3.10. We have violation codes that I am trying to count, problem is that both 3.1 and 3.10 come up with the same exact value although both are different digits. codes can go from 3.1 up to 3.15. Is there away...
  16. P

    Space sign not recognised?

    Please see cut-out of my screen. Why is "B " not found in "B "? The code InStr(Left(comment_original, 2), "B ") returns 1 for a lot of strings similar to the one that is being examined here, in my sheet. https://drive.google.com/file/d/0B3thvJXzChxmWl9SS2RHN0p5U1k/view?usp=sharing Thanks in...
  17. N

    VBA code for Cell Value that Includes IfError

    Hello, I have a VBA change event that inserts a v-lookup as follows: cell.Value = "=VLOOKUP(""C""&(TEXT(RC[-1],""0"")),'Summary by Project- exBR'!R4C3:R200C4,2,FALSE)" I need the formula to be modified to include an iferror function (or something similar), so that if the value is #NA , it...
  18. D

    Not calculating last month?!

    Hi all! I set up a formula similar to this: =SUMIFS($A:$A,$B:$B,">="&D1,$B:$B,"<="&EOMONTH(D1,0)) to calculate projected costs for current/future months. However, in the main set of data there HAS to be a problem because it will not calculate the last day of the month for any month. Any idea...
  19. F

    VBA If function

    Hi I need help with a similar thing to what jufglanville has posted. Basically I am trying to find out what subjects students are studying in a year group at the moment my spreadsheet looks like this abc ar ms gp gg def en sc ma hi And...
  20. R

    Identification of range having similar formula using VBA

    Dear Members, I would like to use VBA to identify contiguous cells having similar formula (which we create using fill down or fill right in excel by dragging the mouse). I have below table as an illustration. The range having similar formula here is C3:C7. <tbody> A B C 2 Age Weight...

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