null

  1. jase71ds

    Mixed Column of Text & Numbers - want to replace text with 'null', but keep numbers

    I have a mixed alpha/num column. I want to keep all numbers (which Power Query correctly identifies and places to the right of the cell). All of the text (again, correctly identified as text, and therefore left justified) I want to replace with 'null' NOTE. The text is extremely varied, so I...
  2. synergy16

    blanket "if null" statement

    good morning all. after a bunch of calculations i narrow down a single row based on user choice and populate textboxes with related data. some of the cells are blank tho. is there a way to, perhaps with a loop, to tell the program if any of those cell locations are null to put a "N/A" in the...
  3. C

    Delete Rows when cell value is Null or less than a number

    I have a data base in columns A:H max to 99999 rows, commencing from Row 10 as Header and Row 11 to 99999 as data <tbody> Col A Col B Col C Col D Col E Col F Col G Col H AAA 560 BBB 45 CCC 453 DDD 125 452 EEE 478 12...
  4. T

    MID function + not null?

    Hi All, I'm processing camera data on a citizen science platform where each image has to be classified three times before being retired. In this instance, I want to know which are retired, and which are not. Those that are not retired are listed as null in a string, and those that are have a...
  5. C

    OnFormat event in report detail is hiding a field on ALL records (vs individual records)

    I have the following code as an On Format event for the detail section of a report. If Me.txtReferralReturnedDate = Null Then Me.txtReferralDueDate.Visible = True Else Me.txtReferralDueDate.Visible = False End If The report returns multiple records, making the txtReferralDueDate field...
  6. N

    Rowsource with multiple WHERE criteria throwing Syntax error

    Hello and thank you for any attention my post may receive. My goal is to have multiple cascading combo boxes, and I have succeeded with the first two. I receive a syntax error with the third. In my first code below, cboMake populates as it should after cboUnit is updated. However the second...
  7. H

    Multiple Ifs Replacing NULL in a Column

    Hi All, Looking forward to updating below code with Multiple Ifs, criteria based on another column. Using Power Query, I have connected an Excel Sheet in which I have to update a Column with Excel Formula in Blank Cells: =If(And(G2="Confirmed",G2="Probation"),E2+89,If(G2="Probation...
  8. D

    Null value in dynamic range

    All, I have a data set I get from DCS system. Sometime it goes down and shows "Null" I have a dynamic range in the name manager that works but am having problems with the null in column z =if(and(isnumber(g5),$Z$1=TURE),O5,NA()) to explain, G5 is a date and It goes down the column so far. Z1...
  9. R

    slow SQL connection - only when using macro

    Hi guys, I have a SQL connection created in Excel - second code below. I use fixed cells as parameters for this. When I run this connection manually it is relatively fast. However when I use VBA (first code below) to run it, it is extremnly slow or stuck. Could you pls advise if you know the...
  10. K

    COUNTIFS with array help

    Hi, I am trying to create a formula that will count the number of unique IDs associated with an interaction date where each ID can have multiple interactions per date. Any ideas on how to do this with a single formula in a table? <colgroup><col width="142" style="width: 107pt...
  11. detriez

    String together formula

    I am trying to concatenate as follows If F2 is not null, Concatenate F1 (header) and F2 CHAR(10) Else nothing If G2 is not null, Concatenate G1 (header) and G2 CHAR(!0) Else nothing If H2 is not null, Concatenate H1 (header) and H2 CHAR(10) Else nothing This formula works but I can use help to...
  12. D

    Clearing rows of data from a range (B:W) if column W has a specific value

    My data is in columns B:W (technically B2:W25000, since there's a header row) For each row of data, Column W is either "d" or null (""). Only rows where the value is "d" are relevant for me and I want to delete the contents of B:W in all the other rows. I currently use a clunky method of...
  13. I

    Generate a list of products and locations in a new sheet based on the value from a cell

    Hi, Trying to build an inventory count sheet and I would like to automate the process of adding lines to a sheet when we have 1 product in more than 1 location. Pay attention the the "Bin" column. Here is what my source data looks like: <tbody> Row# Warehouse SKU Description QTY Cost Bin...
  14. gheyman

    Access: IIF And Questions

    How do you do an "And" formula. I have an IIf statement that works KickOff_A: IIf([tblProposalStatus]![KickOff_Applicable]=-1,[tblProposalStatus]![KickOff_Actual]-
  15. C

    Power Query Sort Ascending, Null Last

    In Power Query, I have a column of date values that I want to sort ascending. In some cases, I have null values. I want null to be last, but Order.Ascending results in null values being at the top. Is there any good way to change this behavior? The only thing I can think of is to replace...
  16. G

    delete range of cells if cells have a null value

    LastRow = Range("M:M").Cells.Find("*", _ SearchOrder:=xlByRows, SearchDirection:=xlPrevious).Row LastRow = .Range("M" & .Rows.Count).End(xlUp).Row For i = 9 To LastRow If Application.IsNA(Cells(i, "M")) Then If Cells(i, "M").Value = Null Then Range("M:N").Delete 'Stop End If Hello All, A...
  17. S

    Clipboard and null

    Hello, I have the following code: tmpClipBoard = CreateObject("htmlfile").ParentWindow.ClipboardData.GetData("text") ... If tmpClipBoard <> Null Then MsgBox (tmpClipBoard) With New MSForms.DataObject .SetText tmpClipBoard...
  18. C

    Power Query - Returning DateTime type rather than Date

    Hi Boardies, I have written the following functions so that I can add columns to a table recursively using information in a second table: Function: AddNColumns let Source = (TableToAddTo as table, ColumnsToAdd as table, optional RowNumber as number) => let...
  19. H

    COUNTIF multiple criteria using dates?

    Good day all, In short I am trying to get a number using the COUNTIF function that has two criteria, the first being simple text in a column, but the second being that is is between two dates in another column and the same row. To make it easier i will make a quick table... So basically how...
  20. K

    I have a text box and a check box on userform... how to make one change reflect the other object

    userform activex objects; my code; not working... "object required" error (I have also tried putting "Me." in front of the object names Private Sub chkBOX_Click() ' If CHECKBOX field is checked (Yes), then clear the TEXTBOX field contents: If chkBOX = True Then txtBOX.Value = Null Else End...

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