+ Reply to Thread
Results 1 to 4 of 4

If there is missing data???

  1. #1
    ewagz
    Guest

    If there is missing data???

    I have a column of data that automatically updates every half hour. I
    looking for a formula that will look at the column and determine if there is
    a cell in that was not updated. For example, I have currently have cells
    1D:10D that should all be up to date, but cell 7D does not have any data. I
    want cell 58D to display "Check". Here's where I run into a problem. I
    can't have any VB in this worksheet and the sheet is updating every half hour
    with new data (filling in the next time slot). What formula do I use for
    this??

    Thanks in advance for any insight into this.
    --
    EW - Analyst

  2. #2
    Rob van Gelder
    Guest

    Re: If there is missing data???

    You dont mention the method used to determine whether the cell "does not
    have any data".

    Try this:
    =IF(ISBLANK(A1), "check", "ok")



    --
    Rob van Gelder - http://www.vangelder.co.nz/


    "ewagz" <[email protected]> wrote in message
    news:[email protected]...
    >I have a column of data that automatically updates every half hour. I
    > looking for a formula that will look at the column and determine if there
    > is
    > a cell in that was not updated. For example, I have currently have cells
    > 1D:10D that should all be up to date, but cell 7D does not have any data.
    > I
    > want cell 58D to display "Check". Here's where I run into a problem. I
    > can't have any VB in this worksheet and the sheet is updating every half
    > hour
    > with new data (filling in the next time slot). What formula do I use for
    > this??
    >
    > Thanks in advance for any insight into this.
    > --
    > EW - Analyst




  3. #3
    ewagz
    Guest

    Re: If there is missing data???

    This is where the column runs into problems. The column will contain blanks
    after the completed data. The data compiles over a 24 hr time frame and
    could contain as little as 1-2 cells in the column of data.I need a formula
    that will look at the current array of data and determine whether there
    areany blanks.
    --
    EW - Analyst


    "Rob van Gelder" wrote:

    > You dont mention the method used to determine whether the cell "does not
    > have any data".
    >
    > Try this:
    > =IF(ISBLANK(A1), "check", "ok")
    >
    >
    >
    > --
    > Rob van Gelder - http://www.vangelder.co.nz/
    >
    >
    > "ewagz" <[email protected]> wrote in message
    > news:[email protected]...
    > >I have a column of data that automatically updates every half hour. I
    > > looking for a formula that will look at the column and determine if there
    > > is
    > > a cell in that was not updated. For example, I have currently have cells
    > > 1D:10D that should all be up to date, but cell 7D does not have any data.
    > > I
    > > want cell 58D to display "Check". Here's where I run into a problem. I
    > > can't have any VB in this worksheet and the sheet is updating every half
    > > hour
    > > with new data (filling in the next time slot). What formula do I use for
    > > this??
    > >
    > > Thanks in advance for any insight into this.
    > > --
    > > EW - Analyst

    >
    >
    >


  4. #4
    Rob van Gelder
    Guest

    Re: If there is missing data???

    Try CountBlank:

    =IF(COUNTBLANK(A1:A5)>0, "check", "ok")

    --
    Rob van Gelder - http://www.vangelder.co.nz/


    "ewagz" <[email protected]> wrote in message
    news:[email protected]...
    > This is where the column runs into problems. The column will contain
    > blanks
    > after the completed data. The data compiles over a 24 hr time frame and
    > could contain as little as 1-2 cells in the column of data.I need a
    > formula
    > that will look at the current array of data and determine whether there
    > areany blanks.
    > --
    > EW - Analyst
    >
    >
    > "Rob van Gelder" wrote:
    >
    >> You dont mention the method used to determine whether the cell "does not
    >> have any data".
    >>
    >> Try this:
    >> =IF(ISBLANK(A1), "check", "ok")
    >>
    >>
    >>
    >> --
    >> Rob van Gelder - http://www.vangelder.co.nz/
    >>
    >>
    >> "ewagz" <[email protected]> wrote in message
    >> news:[email protected]...
    >> >I have a column of data that automatically updates every half hour. I
    >> > looking for a formula that will look at the column and determine if
    >> > there
    >> > is
    >> > a cell in that was not updated. For example, I have currently have
    >> > cells
    >> > 1D:10D that should all be up to date, but cell 7D does not have any
    >> > data.
    >> > I
    >> > want cell 58D to display "Check". Here's where I run into a problem.
    >> > I
    >> > can't have any VB in this worksheet and the sheet is updating every
    >> > half
    >> > hour
    >> > with new data (filling in the next time slot). What formula do I use
    >> > for
    >> > this??
    >> >
    >> > Thanks in advance for any insight into this.
    >> > --
    >> > EW - Analyst

    >>
    >>
    >>




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1