skip blanks

  1. M

    Merging two (or more) columns together to skip blanks

    Hi all, I'm using the below formula to merge columns together, but I'm wondering how I can skip blanks on the input data. The formula I'm using assumes that the ranges are static, however I am also looking to make it a dynamic formula which can handle blank cells, in which case it should skip...
  2. M

    Handling formulas as values & Ignore blanks - Using array to consolidate data

    Hi, As title suggests, I'm using an array for data consolidation. I keep erroring when trying to copy columns with any formulas in them... is there any way around this when using this method ? I would also really like to ignore blanks cells & not bring them into the array. Sub Arraycol()...
  3. H

    VBA code to transfer information from multiple sheets onto an existing master sheet.

    Hello, I am a beginner when it comes to VBA codes and would really be grateful for any help. I need a VBA code to create a summary list of selected information from employee wage sheets on to a wage book summary. I have spent hours trying to work out a code to suit my needs but am having...
  4. H

    Applying a macro to mulitple cells within a column

    Hello, I am created a simple macro that allows me: - Search for a column header in Sheet1 - Go to the first cell underneath that column header - Copy the value within that cell - Search for that cell in Sheet2 - Copy the cell location of that value - Go back to the cell in Sheet1 and hyperlink...
  5. O

    Linest Ignore Blank Cells

    Hy, I have data like: X: 1 2 3 4 5 6 7 8 9 Forecasting Y: 10 15 12 14 15 19 (linest^{1,2}) Is it possible to get Linest ignoring Y blanks and use only X values to which there are numeric values for Y? I...
  6. F

    Help with Macro to Copy/Paste data below existing data

    I know there are several threads about this but I couldn't find one to work for me so here goes. Below is the code I created using the Record Macro tool to save all the selected data from one sheet to another but I cannot figure out how to copy/paste new data below the existing data and not over...
  7. V

    Help getting Macro to skip blank cells

    I work for a recruitment firm and as such much of my day is spent calling numerous people. Many of these people are unable to talk at the present time and instruct me to call back days, weeks even months later. I record all calls etc in an excel spreadsheet and would like to be add call back...
  8. C

    VLOOKUP Skip Blank Cells

    I have a set of data similar to the below table. <tbody> A B C D 1 Subject Length Width Height 2 Type 1 10 5 8 3 Type 3 4 Type 4 5 Type 2 6 Type 1 6 3 2 7 Type 2 8 Type 1 5 8 8 9 Type 1 5 6 7 </tbody> There are multiple types of subjects in question but only...
  9. S

    Skip graphing cells that don't have values.

    Hi All, I'm not sure if this is possible but I figured I'd ask.. I've got an excel template that is set up to always graph the values over a specified range of cells. I don't want to have to edit the graph each time but I'd like it to only graph the cells that have values and skip the ones that...
  10. J

    add auto sort to the begining of a macro

    I have a macro that will replace a alphanumeric code, with a corrisponding name that is on sheet4. This use to be two macros. now that I have combined them, the macro will only pick up a few lines. what i need is a way to tell the macro to sort everything on column A, and then run the Macro...
  11. Johnny Thunder

    VBA Question - Copy/Paste Special Skip Blank Rows - Excel 2010

    Hello all, I am working on a project and hit a road block. I have a spreadsheet that users will populate using various dropdown lists and such. Data begins on B17:M67, a user could even add in additional rows if needed using a macro. My specific question is, if a user decided to enter data...
  12. L

    vba to copy concatenated cells leaving out the blanks Excel 2010

    I have a spreadsheet that uses a concatenated formula to copy values from column A to column B that looks like this: =CONCATENATE("(16)", " ", Master!A16) They have asked me to write a macro to move the value from column B to column B in another worksheet. Here is my Vb: Sub Macro1() ' '...
  13. M

    Skip multiple empty cells in loop

    I want to leave empty spaces in this spreadsheet for consumable items in an inventory system. It highlights different sections of quantity values with varying minimums. I want to be able to leave up to 10 cells blank in the loop but if i have more than one or two it crashes out. i only started...
  14. R

    Help with frequency while skipping blanks

    I am working on forumla that will provide a specific frequency occuring but I am running into an issue with the data containing blanks and need to find a workaround on how to accomplish this while skipping blanks. The data cant be changed and needs to stay in the format/but we can change the...
  15. C

    >> Skip blank across rows - Multiple Variables

    View data source here: https://skydrive.live.com/redir.aspx...ATK6iYb-fMg5LA I need a formula like the SUMPRODUCT (multiple criteria) then skip the blanks (rows) cells. ie: =IF(ROWS(U$3:U3)<=$U$2,INDEX($A$3:$A$18, SMALL(IF(1-(INDEX($E$3:$I$18,0, MATCH(U$1,TEXT($E$1:$I$1,"dddd"),0))="")...
  16. O

    Vlookup should skip blank cell

    Hi, I have currency codes in coloum A and some numeric values in coloum B. e.g. USD 456.00 GBP 1265.00 CHF 6454.00 AUT USD 534.00 INR 8875.00 RAD ZAB CHF 963.00 You would notice that some cells in coloum B are blank. I want vlookup to avoid this blank value and move on to next cell till it...

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