blanks cell

  1. B

    How to Create a Loop to ignore BLANK CELLS

    Hello, I have a macro that does what I need it to do but if there is a blank cell it deletes it also. How do I add into this code a loop to ignore blanks? <>"" Sub DeleteDuplicates() Dim Rng As Range Dim SRng As Range Set Rng = Range("B3", Range("B3").End(xlDown).End(xlToRight))...
  2. P

    Removing Blanks from an Array

    How do you remove blanks from an array? I want to summarize data in Columns to eventually transpose the data into rows, but can't figure out how to remove the blanks in a quick/non-manual way. The data is configured similar to the following -- with blank cells being noted with XXX: <tbody> A...
  3. E

    Calculating average based on different amounts of blank cells

    Hello, I have a table of moths captured in a trap every few days. I want to make a chart that would show me the daily average. Note that the amount of days between each capture varies. See the example table below, I am looking for a formula that could give me the the third column ("average moths...
  4. already

    Go to blanks in a range to remove the blank cells

    Hello, I'm trying to remove the blank cells in a range of cells. But if I doing find > Go to special blanks the result is "no cells were found" but the cells are really empty. The goal is to remove those blank cells after selection and doing a shift up. In the range the cells that I want to...
  5. T

    Subtract cells based on previous and current values of other cells

    Hey everyone, i have the following problem... It seems complex and I'm not sure how to get my formula to work I want the following to happen If column a has an amount then column c will have an amount And that amount will subtract column b.. For each blank in cell a... I want column c cells...
  6. C

    Excel not seeing a cell as blank because it has a formula

    Hello, I am trying to create a formula that will tell me if an item is late is there is no completion date entered and if the expected completion date is greater than today. The problem is that the actual completion date is pulling in a "" if there is no value entered on the next tab. That...
  7. M

    Fill in blank cells based off criteria

    Happy Friday everyone, I have 2 columns of data (A-Trans and B-Reason) - each trans in col A should should have a reason in col B. The logic I am trying to apply is: if A3<>A2 do nothing. if A3=A2 and B3 is blank, B3=B2 I am looking for a solution for this problem. I preferably am looking...
  8. P

    Macro to show a message box if even one cell in a row is blank

    Hi, I been working on a macro that highlights all blank cells in a row till the end of a variable range (the number of rows are variable but the columns are limited from A:AI) to be highlighted in purple background using conditional formatting. What I am struggling with is that I need a macro...
  9. S

    find blanks cell in column and take header name in remarks ,

    hi find blanks cell in column and take header name in remarks , I need to remove last comma and add last sentence, if only one blanks cell is there add at last ( is not available ) if more than 2 blanks cell need to add at last ( are not available ) formula used in remarks...

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