+ Reply to Thread
Results 1 to 4 of 4

"" not completely blanc if copy

Hybrid View

Guest "" not completely blanc if... 06-13-2006, 05:55 AM
starguy your statements are not... 06-13-2006, 07:57 AM
Guest Re: "" not completely blanc... 06-13-2006, 08:10 AM
Guest RE: "" not completely blanc... 06-13-2006, 08:20 AM
  1. #1
    Esrei
    Guest

    "" not completely blanc if copy

    I am using this formula in a range; +IF($B10>0,$C$3,""); if I copy paste
    values this to say Data!A10:A40, why if I use counta(A10:A40), and only say
    A10:A12 actual has data that I can see the answer of the count formula is
    still 41.
    I want the formula to leave the cell blank if false.

    Thank you

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    your statements are not understandable. please clarify your question or attach a sample workbook.

  3. #3
    Dave Peterson
    Guest

    Re: "" not completely blanc if copy

    Try this:

    Tools|options|transition tab|check transition navigation keys.

    You'll see an apostrophe in the formula bar with that cell selected.

    And turn that option off.

    ===
    I like this way to clean up that type of "blank" cell.

    select the range (or the whole sheet)
    edit|replace
    what: (leave blank)
    with: $$$$$ (some unique value--not used!)
    Replace all

    Then reverse it:
    edit|replace
    what: $$$$$ (that same value)
    with: (leave blank)
    Replace all

    Esrei wrote:
    >
    > I am using this formula in a range; +IF($B10>0,$C$3,""); if I copy paste
    > values this to say Data!A10:A40, why if I use counta(A10:A40), and only say
    > A10:A12 actual has data that I can see the answer of the count formula is
    > still 41.
    > I want the formula to leave the cell blank if false.
    >
    > Thank you


    --

    Dave Peterson

  4. #4
    bj
    Guest

    RE: "" not completely blanc if copy

    you can't really make the cell be blank using a formula, however, the
    countblank() function does count "" as a blank.
    for your A10 to A40 combo try

    =31-countblank(A10:A40)

    this will give you the count for cells with items.



    "Esrei" wrote:

    > I am using this formula in a range; +IF($B10>0,$C$3,""); if I copy paste
    > values this to say Data!A10:A40, why if I use counta(A10:A40), and only say
    > A10:A12 actual has data that I can see the answer of the count formula is
    > still 41.
    > I want the formula to leave the cell blank if false.
    >
    > Thank you


+ 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