non blank cell

  1. S

    Advance Filter on cells with formula

    Hi All cells in my sheet contains formula. I'm trying to use the advance filter to filter out the non blank cells "<>". However, it seems that The advance filter doesn't recognize cell as empty while it has a formula. I'm using the following VBA: Sub CreateAdvancedFilter() Dim rngDatabase...
  2. F

    Check and copy most current non blank cell over the course of a month

    I enter the daily sales report for each sales person ... it is an updated total every day i am trying to create a monthly tally for all the other information with the spreadsheet but i need it to reference over the course of the whole month, final sales totals can be up to $50,0000 for the month...
  3. A

    SUM BASE ON FIRST NUMBER OF NUMBER WITH IGNORING BLANK CELLS IN RANGE

    Hi, Can anybody help me, i am trying to sum numbers base on their first numbers, i find a formula in the forum and when tried it, it gave value error because of blank cell but i tried to modified but couldn't overcome, any help will appreciated.
  4. C

    How to make dynamic charts in Excel by using non-blank values?

    Hi all, Could you help me with a pie chart problem? I have two input ranges, say A1:A50 and B1:B50. The cells in these ranges contain formulas, that will either return a value (country name for column A and percentage for column B) or a blank (" "). The pie chart shows all the blanks as 0...
  5. M

    Median of the last 7 non-blank values, offset from a cell

    All, I've scoured the internet looking for an answer to this problem, but am left unsatisfied. Maybe i'm over complicating things, & I hope someone can help me out. I currently have a spreadsheet that is updated on a monthly basis where I need to calculate the median of the last 7...
  6. D

    Return first non blank result based on lookup value using INDEX or MATCH or LOOKUP

    I think I've got a pretty simple one to solve but I can't seem to find the answer within the mrexcel forum. I want to get the Suburb entries of particular customers. The INDEX and MATCH combination works well until I get to a blank entry, this is the formula I have been using, simplified for...
  7. P

    Capture a change in cell value if the cell was initially not blank

    Hello, Is it possible to capture change in cell value but only if the initial value of the cell was not blank. Unless I am missing something doesn't seem to be possible to do with the Worksheet_Change event. Thanks
  8. D

    Help populating a value from a cell when another cell in a range is the first non-blank cell

    I would like the find the first occurrence of a non-blank cell, then populate the value from another cell. I have a row with dates (6/1/15, 7/1/15, 8/1/15, etc.). Then I have a row with values (some blank). I want to build a formula that will populate the date the first non-blank cell is...
  9. C

    Consolidate non-blank cells from different worksheets into one column.

    Hi, I have a problem I have been trying to solve for some time and wondered if anyone on here can help me. I have a workbook with several worksheets with the same format. The content of each worksheet is different, with some cells blank and others with text. I want to have a final 'summary'...
  10. E

    VBA - Copying a line to the next non-blank line and repeat - help

    I have several large documents that need data filling in and I'm trying to work out the best way to do it. I need the contents of A and B columns copying down the rows to the last blank cell then the same again for the next non blank cells. I'm hoping someone can help - also if there's...
  11. A

    How to select the second non zero/blank value in a range?

    Here is an example row of data, with 8 values: 0,[blank],0,1,0,0,[blank],5 We are trying to find a formula that finds the second non zero or non blank value, which in this case is 5. (Ideally this should also be able to be configured to find the third or later non zero non blank value too)...
  12. K

    Macro: copy and paste without blanks

    Hi all, I don't have much knowledge of VBA but am using research and help I can get from the web to create a tool. I am stuck at a stage and was wondering if anyone could help me. I have the following in sheet 1: <tbody> SKU NUMBER Supplier ISSUE RECEIPT DATE QUANTITY PURGE...
  13. P

    LOOP with non blank cell

    Hi everyone, Im learning VBA and I have this code Sub [CODE]SmartRunningTotals() Dim rng As Range Dim cell As Range Dim lastRow As Long Dim totalTime As Double ' I'm assuming your time column is in column A lastRow = Range("A" & ActiveSheet.Rows.Count).End(xlUp).Row...

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