do nothing

  1. J

    Excel Function Help Needed, for an IF FALSE "DO NOTHING" POSSIBILITY

    Dear All, I currently have a spreadsheet which is to be used by others to track their monthly and quarterly payments. On sheet1 I have set up formulas for the user to input their monthly points data, and my formulas use this data to calculate the corresponding funding achievement in Column P...
  2. D

    VBA: If blank cell do nothing, if not continue with code

    I have this code which filters for "RET" and then goes to next active cell. But in case "RET" is not found in the list, the next active cell will be blank and I want it to do nothing and continue on another part of the code and if it is not blank I want it to replace "RET" with 0...
  3. D

    VBA: If blank cell do nothing, if not continue with code

    Hello all! This is my first question ever: I am writing a code in which I use autofilter for option "RET" but in some instances that variable is not present. How can I ask VBA to do nothing if the active cell is blank and to continue with the code if the active cell is not blank...
  4. M

    If cell has a value do nothing

    Hi all, I have the following bit of code that supplies a time stamp in column Z when the cell in column G is populated: If Target.Column = 7 Then Application.EnableEvents = False Cells(Target.Row, 26).Value = Date + Time Application.EnableEvents = True End If I wanted to bypass...
  5. F

    Start a cell with a date and after a if be not true keep the same date

    hey guys what i have .. A column with some task where they are update by the days when they are done. I want to create barcode with those task ... I mean when i read the barcodes it will set the task as done and change the date of the cell for today ( day when was done the task). what i did...
  6. Phil Payne

    If = do nothing

    Hello all, Is there a way to set up an ‘IF’ formula that when condition is not satisfied the result is ‘do nothing’? (it doesn't have to be IF but it does need to be an in-cell formula) Normally you would have something like - =IF(A3=3,"Yes","No") - obviously this basically means...
  7. O

    Macro: If a1 is blank, run macro X, else do nothing

    I am trying to get my macro to do this on open. Check if a1 is empty, if its empty run another macro (which is an input box to put something IN a1), but if A1 has something in it, DO NOTHING. I keep getting errors, saying I'm not formulating my if statements correctly. :confused: This is...

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