non blank

  1. A

    count non blank cells and nonzeros in range

    Hello, I want to count non blanks and non zeros with sumproduct formula, i can do it with continious range but i want to ignore text column with formula in H3 but it give #VALUE! error. How can i correct it or any better alternatives. Thank you very much in advance. my table as follow:
  2. D

    return non blank values in a row with additional logic

    Hello Everyone, Seeking for assistance to help solve scenario below... I am looking for a formula which would return a non-blank value in a row and cover some additional logic: 1) if the row has one value (i.e. ROW 2 / B2) return that value 2) if the row has two or more values (i.e. ROW3 /...
  3. bs0d

    Resize Table to Last Non-Blank Row

    I'm using a query to dynamically populate a defined table in Excel. I'm trying to re-size the table to the last non-blank row, without success. I'm getting stuck on detecting the non-blank row. Here's what I've tried (two different approaches), both find the last row the table is set to, which...
  4. G

    Conditional formating row 7 consecutive non empty cells

    I am trying to make conditional formatting to highlight 7 consecutive non blank cells in a row Lets say the range is J19:AN19
  5. N

    Reference separate sheet but omit blanks in specific columns

    Hi, my goal is to create a reference sheet that only displays rows with valid data. In the below example (Sheet 1), I would like to display the same information on another sheet (Sheet 2) but omit the entire row for samples 4 and 7 due to one of the tests being blank. Does anyone know how to...
  6. C

    Copy non-blank cells

    Hello, I'm new to this page so hello to all. I've got two questions and what I want to achieve is Column B: 1. How could I... (I'll explain it the most graphic I can) Column A B Rows: 1 3200 2 3200 world 3 4...
  7. E

    Excel VBA last row with data in a column copy to another cell

    Hi! I have B column with hundreds or thousands rows (always different quantity). I need to copy last row (cell) with data (in the B column) and paste it, for example, to S15 cell. Please help!
  8. A

    Index Match: How to look left and upward until non-blank value is returned from

    I've got data in sort of a directory tree layout (See picture) Basically I want to use one code as a reference and have excel look upwards in the respective columns to display how the previous levels. Currently I have an index which tells me exactly what code is what, but I want to setup a...
  9. L

    NOT(ISBLANK(ref)) help

    Hi, I am trying to apply the conditional formatting to a column D in a spreadsheet. I need the following: If there is a value in a cell A1-the cell D1 needs to be filled with yellow, if there is a value in a cell B1- cell D1 becomes red, if the value in cell C1=100%, D1 becomes green. I used...
  10. S

    VBA to look for next non blank cell

    Hi All, I have a VBA code to look in column G to find the first non blank cell and return the value in the same row on column C and copy and paste the result to another workbook Here is the code which works ok 'Now, copy what you want from InputFile: InputFile.Sheets("Customer...
  11. 4

    find first non blank cell and return cell in top row in that column

    Suppose you have a table with the days of the week on the top row and the names of different people in the first column. Suppose a 7 by 7 table of data with numbers randomly in there with several cells blank. What is a formula for each person that tells the day of the week for the first non...
  12. P

    LOOP with non blank cell

    Hi everyone, Im learning VBA and I have this code Sub SmartRunningTotals()</pre> 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...
  13. E

    Array formula - non-blank cell extract from table into a single column list

    First of all, I'm very sorry and thank you in advance for any help - this is probably easy and I can usually work my way through these sorts of things from looking at other excellent examples posted here. Despite searching long and hard and perhaps because I'm now out of time, etc, I'm at...

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