+ Reply to Thread
Results 1 to 41 of 41

Please make it easier to access the IS functions (e.g., isblank) .

  1. #1
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    It depends on whether A2's "blankness" is the result of a formula giving a
    null............"then" it shows blank

    3 characters, (with condition)
    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >




  2. #2
    Blue Hornet
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Doesn't work when A2 is a text value. I'm sticking with ISBLANK.


  3. #3
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Well, if we only have to deal with "empty cell" (no formula) or a number in
    A2, then

    =IF(A2,A2,"") ........(13 characters) <gg>

    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >




  4. #4
    Blue Hornet
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    If you work with the "IS" functions a bit more they become much simpler
    to use. For example, your formula could be shortened to:

    = if ( ISBLANK( A2), "", A2)

    you don't need the "= true" portion; it's superfluous. This makes the
    formula pretty much English-readable, too.


  5. #5
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    lolol............of course the whole thing boils down to this being
    fun.........since the OP did not specify every exact condition possible
    (which you know they almost never do) we must guess at what conditions will
    satisfy their need........and, in offering all the different options we can
    think of, folks who follow the thread can see that sometimes what they think
    they want, is not what they actually really want, depending on the
    conditions............anyway, I've enjoyed this one and now it's nite nite
    time in St. Petersburg Florida where we've just dodged another
    hurricane........sure feel sorry for those folks up on the Gulf
    Coast........our prayers and good wishes are with you...........

    Vaya con dios,
    Chuck, CABGx3





    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:espMop2qFHA.3720@TK2MSFTNGP14.phx.gbl...
    > You're cheating *again*!<g>
    >
    > You're telling me I can"t use text, so that doesn't count.
    > --
    >
    > Regards,
    >
    > RD
    > --------------------------------------------------------------------------

    --
    > -------------------
    > Please keep all correspondence within the Group, so all may benefit !
    > --------------------------------------------------------------------------

    --
    > -------------------
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:Oqk3%23y1qFHA.332@tk2msftngp13.phx.gbl...
    > Well, if we only have to deal with "empty cell" (no formula) or a number

    in
    > A2, then
    >
    > =IF(A2,A2,"") ........(13 characters) <gg>
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    > news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > > Not really!
    > >
    > > =A2
    > >
    > > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > > display.<g>
    > >
    > > I can't think of anything shorter (16 characters) then this:
    > >
    > > =IF(A2="","",A2)
    > > --
    > >
    > > Regards,
    > >
    > > RD
    > > =====================================================
    > > Please keep all correspondence within the Group, so all may benefit!
    > > =====================================================
    > >
    > > "CLR" <croberts@tampabay.rr.com> wrote in message
    > > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > > Just for the record.............the following would be shorter yet.....
    > >
    > > =A2
    > >
    > > Vaya con Dios,
    > > Chuck, CABGx3
    > >
    > >
    > > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > > If you work with the "IS" functions a bit more they become much

    simpler
    > > > to use. For example, your formula could be shortened to:
    > > >
    > > > = if ( ISBLANK( A2), "", A2)
    > > >
    > > > you don't need the "= true" portion; it's superfluous. This makes the
    > > > formula pretty much English-readable, too.
    > > >

    > >
    > >
    > >

    >
    >
    >




  6. #6
    RagDyeR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    You're cheating *again*!<g>

    You're telling me I can"t use text, so that doesn't count.
    --

    Regards,

    RD
    ----------------------------------------------------------------------------
    -------------------
    Please keep all correspondence within the Group, so all may benefit !
    ----------------------------------------------------------------------------
    -------------------

    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:Oqk3%23y1qFHA.332@tk2msftngp13.phx.gbl...
    Well, if we only have to deal with "empty cell" (no formula) or a number in
    A2, then

    =IF(A2,A2,"") ........(13 characters) <gg>

    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >





  7. #7
    RagDyeR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Not really!

    =A2

    Returns a zero, and that's what everyone is trying to avoid ... the zero
    display.<g>

    I can't think of anything shorter (16 characters) then this:

    =IF(A2="","",A2)
    --

    Regards,

    RD
    =====================================================
    Please keep all correspondence within the Group, so all may benefit!
    =====================================================

    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    Just for the record.............the following would be shorter yet.....

    =A2

    Vaya con Dios,
    Chuck, CABGx3


    "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > If you work with the "IS" functions a bit more they become much simpler
    > to use. For example, your formula could be shortened to:
    >
    > = if ( ISBLANK( A2), "", A2)
    >
    > you don't need the "= true" portion; it's superfluous. This makes the
    > formula pretty much English-readable, too.
    >





  8. #8
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Just for the record.............the following would be shorter yet.....

    =A2

    Vaya con Dios,
    Chuck, CABGx3


    "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > If you work with the "IS" functions a bit more they become much simpler
    > to use. For example, your formula could be shortened to:
    >
    > = if ( ISBLANK( A2), "", A2)
    >
    > you don't need the "= true" portion; it's superfluous. This makes the
    > formula pretty much English-readable, too.
    >




  9. #9
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    It depends on whether A2's "blankness" is the result of a formula giving a
    null............"then" it shows blank

    3 characters, (with condition)
    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >




  10. #10
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Well, if we only have to deal with "empty cell" (no formula) or a number in
    A2, then

    =IF(A2,A2,"") ........(13 characters) <gg>

    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >




  11. #11
    RagDyeR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Not really!

    =A2

    Returns a zero, and that's what everyone is trying to avoid ... the zero
    display.<g>

    I can't think of anything shorter (16 characters) then this:

    =IF(A2="","",A2)
    --

    Regards,

    RD
    =====================================================
    Please keep all correspondence within the Group, so all may benefit!
    =====================================================

    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    Just for the record.............the following would be shorter yet.....

    =A2

    Vaya con Dios,
    Chuck, CABGx3


    "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > If you work with the "IS" functions a bit more they become much simpler
    > to use. For example, your formula could be shortened to:
    >
    > = if ( ISBLANK( A2), "", A2)
    >
    > you don't need the "= true" portion; it's superfluous. This makes the
    > formula pretty much English-readable, too.
    >





  12. #12
    RagDyeR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    You're cheating *again*!<g>

    You're telling me I can"t use text, so that doesn't count.
    --

    Regards,

    RD
    ----------------------------------------------------------------------------
    -------------------
    Please keep all correspondence within the Group, so all may benefit !
    ----------------------------------------------------------------------------
    -------------------

    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:Oqk3%23y1qFHA.332@tk2msftngp13.phx.gbl...
    Well, if we only have to deal with "empty cell" (no formula) or a number in
    A2, then

    =IF(A2,A2,"") ........(13 characters) <gg>

    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >





  13. #13
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Just for the record.............the following would be shorter yet.....

    =A2

    Vaya con Dios,
    Chuck, CABGx3


    "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > If you work with the "IS" functions a bit more they become much simpler
    > to use. For example, your formula could be shortened to:
    >
    > = if ( ISBLANK( A2), "", A2)
    >
    > you don't need the "= true" portion; it's superfluous. This makes the
    > formula pretty much English-readable, too.
    >




  14. #14
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    lolol............of course the whole thing boils down to this being
    fun.........since the OP did not specify every exact condition possible
    (which you know they almost never do) we must guess at what conditions will
    satisfy their need........and, in offering all the different options we can
    think of, folks who follow the thread can see that sometimes what they think
    they want, is not what they actually really want, depending on the
    conditions............anyway, I've enjoyed this one and now it's nite nite
    time in St. Petersburg Florida where we've just dodged another
    hurricane........sure feel sorry for those folks up on the Gulf
    Coast........our prayers and good wishes are with you...........

    Vaya con dios,
    Chuck, CABGx3





    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:espMop2qFHA.3720@TK2MSFTNGP14.phx.gbl...
    > You're cheating *again*!<g>
    >
    > You're telling me I can"t use text, so that doesn't count.
    > --
    >
    > Regards,
    >
    > RD
    > --------------------------------------------------------------------------

    --
    > -------------------
    > Please keep all correspondence within the Group, so all may benefit !
    > --------------------------------------------------------------------------

    --
    > -------------------
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:Oqk3%23y1qFHA.332@tk2msftngp13.phx.gbl...
    > Well, if we only have to deal with "empty cell" (no formula) or a number

    in
    > A2, then
    >
    > =IF(A2,A2,"") ........(13 characters) <gg>
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    > news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > > Not really!
    > >
    > > =A2
    > >
    > > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > > display.<g>
    > >
    > > I can't think of anything shorter (16 characters) then this:
    > >
    > > =IF(A2="","",A2)
    > > --
    > >
    > > Regards,
    > >
    > > RD
    > > =====================================================
    > > Please keep all correspondence within the Group, so all may benefit!
    > > =====================================================
    > >
    > > "CLR" <croberts@tampabay.rr.com> wrote in message
    > > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > > Just for the record.............the following would be shorter yet.....
    > >
    > > =A2
    > >
    > > Vaya con Dios,
    > > Chuck, CABGx3
    > >
    > >
    > > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > > If you work with the "IS" functions a bit more they become much

    simpler
    > > > to use. For example, your formula could be shortened to:
    > > >
    > > > = if ( ISBLANK( A2), "", A2)
    > > >
    > > > you don't need the "= true" portion; it's superfluous. This makes the
    > > > formula pretty much English-readable, too.
    > > >

    > >
    > >
    > >

    >
    >
    >




  15. #15
    Blue Hornet
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    If you work with the "IS" functions a bit more they become much simpler
    to use. For example, your formula could be shortened to:

    = if ( ISBLANK( A2), "", A2)

    you don't need the "= true" portion; it's superfluous. This makes the
    formula pretty much English-readable, too.


  16. #16
    Blue Hornet
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Doesn't work when A2 is a text value. I'm sticking with ISBLANK.


  17. #17
    RagDyeR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    You're cheating *again*!<g>

    You're telling me I can"t use text, so that doesn't count.
    --

    Regards,

    RD
    ----------------------------------------------------------------------------
    -------------------
    Please keep all correspondence within the Group, so all may benefit !
    ----------------------------------------------------------------------------
    -------------------

    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:Oqk3%23y1qFHA.332@tk2msftngp13.phx.gbl...
    Well, if we only have to deal with "empty cell" (no formula) or a number in
    A2, then

    =IF(A2,A2,"") ........(13 characters) <gg>

    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >





  18. #18
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    lolol............of course the whole thing boils down to this being
    fun.........since the OP did not specify every exact condition possible
    (which you know they almost never do) we must guess at what conditions will
    satisfy their need........and, in offering all the different options we can
    think of, folks who follow the thread can see that sometimes what they think
    they want, is not what they actually really want, depending on the
    conditions............anyway, I've enjoyed this one and now it's nite nite
    time in St. Petersburg Florida where we've just dodged another
    hurricane........sure feel sorry for those folks up on the Gulf
    Coast........our prayers and good wishes are with you...........

    Vaya con dios,
    Chuck, CABGx3





    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:espMop2qFHA.3720@TK2MSFTNGP14.phx.gbl...
    > You're cheating *again*!<g>
    >
    > You're telling me I can"t use text, so that doesn't count.
    > --
    >
    > Regards,
    >
    > RD
    > --------------------------------------------------------------------------

    --
    > -------------------
    > Please keep all correspondence within the Group, so all may benefit !
    > --------------------------------------------------------------------------

    --
    > -------------------
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:Oqk3%23y1qFHA.332@tk2msftngp13.phx.gbl...
    > Well, if we only have to deal with "empty cell" (no formula) or a number

    in
    > A2, then
    >
    > =IF(A2,A2,"") ........(13 characters) <gg>
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    > news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > > Not really!
    > >
    > > =A2
    > >
    > > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > > display.<g>
    > >
    > > I can't think of anything shorter (16 characters) then this:
    > >
    > > =IF(A2="","",A2)
    > > --
    > >
    > > Regards,
    > >
    > > RD
    > > =====================================================
    > > Please keep all correspondence within the Group, so all may benefit!
    > > =====================================================
    > >
    > > "CLR" <croberts@tampabay.rr.com> wrote in message
    > > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > > Just for the record.............the following would be shorter yet.....
    > >
    > > =A2
    > >
    > > Vaya con Dios,
    > > Chuck, CABGx3
    > >
    > >
    > > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > > If you work with the "IS" functions a bit more they become much

    simpler
    > > > to use. For example, your formula could be shortened to:
    > > >
    > > > = if ( ISBLANK( A2), "", A2)
    > > >
    > > > you don't need the "= true" portion; it's superfluous. This makes the
    > > > formula pretty much English-readable, too.
    > > >

    > >
    > >
    > >

    >
    >
    >




  19. #19
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Well, if we only have to deal with "empty cell" (no formula) or a number in
    A2, then

    =IF(A2,A2,"") ........(13 characters) <gg>

    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >




  20. #20
    Blue Hornet
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Doesn't work when A2 is a text value. I'm sticking with ISBLANK.


  21. #21
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    It depends on whether A2's "blankness" is the result of a formula giving a
    null............"then" it shows blank

    3 characters, (with condition)
    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >




  22. #22
    RagDyeR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Not really!

    =A2

    Returns a zero, and that's what everyone is trying to avoid ... the zero
    display.<g>

    I can't think of anything shorter (16 characters) then this:

    =IF(A2="","",A2)
    --

    Regards,

    RD
    =====================================================
    Please keep all correspondence within the Group, so all may benefit!
    =====================================================

    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    Just for the record.............the following would be shorter yet.....

    =A2

    Vaya con Dios,
    Chuck, CABGx3


    "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > If you work with the "IS" functions a bit more they become much simpler
    > to use. For example, your formula could be shortened to:
    >
    > = if ( ISBLANK( A2), "", A2)
    >
    > you don't need the "= true" portion; it's superfluous. This makes the
    > formula pretty much English-readable, too.
    >





  23. #23
    Blue Hornet
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    If you work with the "IS" functions a bit more they become much simpler
    to use. For example, your formula could be shortened to:

    = if ( ISBLANK( A2), "", A2)

    you don't need the "= true" portion; it's superfluous. This makes the
    formula pretty much English-readable, too.


  24. #24
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Just for the record.............the following would be shorter yet.....

    =A2

    Vaya con Dios,
    Chuck, CABGx3


    "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > If you work with the "IS" functions a bit more they become much simpler
    > to use. For example, your formula could be shortened to:
    >
    > = if ( ISBLANK( A2), "", A2)
    >
    > you don't need the "= true" portion; it's superfluous. This makes the
    > formula pretty much English-readable, too.
    >




  25. #25
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Well, if we only have to deal with "empty cell" (no formula) or a number in
    A2, then

    =IF(A2,A2,"") ........(13 characters) <gg>

    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >




  26. #26
    RagDyeR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Not really!

    =A2

    Returns a zero, and that's what everyone is trying to avoid ... the zero
    display.<g>

    I can't think of anything shorter (16 characters) then this:

    =IF(A2="","",A2)
    --

    Regards,

    RD
    =====================================================
    Please keep all correspondence within the Group, so all may benefit!
    =====================================================

    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    Just for the record.............the following would be shorter yet.....

    =A2

    Vaya con Dios,
    Chuck, CABGx3


    "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > If you work with the "IS" functions a bit more they become much simpler
    > to use. For example, your formula could be shortened to:
    >
    > = if ( ISBLANK( A2), "", A2)
    >
    > you don't need the "= true" portion; it's superfluous. This makes the
    > formula pretty much English-readable, too.
    >





  27. #27
    Blue Hornet
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Doesn't work when A2 is a text value. I'm sticking with ISBLANK.


  28. #28
    RagDyeR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    You're cheating *again*!<g>

    You're telling me I can"t use text, so that doesn't count.
    --

    Regards,

    RD
    ----------------------------------------------------------------------------
    -------------------
    Please keep all correspondence within the Group, so all may benefit !
    ----------------------------------------------------------------------------
    -------------------

    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:Oqk3%23y1qFHA.332@tk2msftngp13.phx.gbl...
    Well, if we only have to deal with "empty cell" (no formula) or a number in
    A2, then

    =IF(A2,A2,"") ........(13 characters) <gg>

    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >





  29. #29
    Blue Hornet
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    If you work with the "IS" functions a bit more they become much simpler
    to use. For example, your formula could be shortened to:

    = if ( ISBLANK( A2), "", A2)

    you don't need the "= true" portion; it's superfluous. This makes the
    formula pretty much English-readable, too.


  30. #30
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    It depends on whether A2's "blankness" is the result of a formula giving a
    null............"then" it shows blank

    3 characters, (with condition)
    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >




  31. #31
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Just for the record.............the following would be shorter yet.....

    =A2

    Vaya con Dios,
    Chuck, CABGx3


    "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > If you work with the "IS" functions a bit more they become much simpler
    > to use. For example, your formula could be shortened to:
    >
    > = if ( ISBLANK( A2), "", A2)
    >
    > you don't need the "= true" portion; it's superfluous. This makes the
    > formula pretty much English-readable, too.
    >




  32. #32
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    lolol............of course the whole thing boils down to this being
    fun.........since the OP did not specify every exact condition possible
    (which you know they almost never do) we must guess at what conditions will
    satisfy their need........and, in offering all the different options we can
    think of, folks who follow the thread can see that sometimes what they think
    they want, is not what they actually really want, depending on the
    conditions............anyway, I've enjoyed this one and now it's nite nite
    time in St. Petersburg Florida where we've just dodged another
    hurricane........sure feel sorry for those folks up on the Gulf
    Coast........our prayers and good wishes are with you...........

    Vaya con dios,
    Chuck, CABGx3





    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:espMop2qFHA.3720@TK2MSFTNGP14.phx.gbl...
    > You're cheating *again*!<g>
    >
    > You're telling me I can"t use text, so that doesn't count.
    > --
    >
    > Regards,
    >
    > RD
    > --------------------------------------------------------------------------

    --
    > -------------------
    > Please keep all correspondence within the Group, so all may benefit !
    > --------------------------------------------------------------------------

    --
    > -------------------
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:Oqk3%23y1qFHA.332@tk2msftngp13.phx.gbl...
    > Well, if we only have to deal with "empty cell" (no formula) or a number

    in
    > A2, then
    >
    > =IF(A2,A2,"") ........(13 characters) <gg>
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    > news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > > Not really!
    > >
    > > =A2
    > >
    > > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > > display.<g>
    > >
    > > I can't think of anything shorter (16 characters) then this:
    > >
    > > =IF(A2="","",A2)
    > > --
    > >
    > > Regards,
    > >
    > > RD
    > > =====================================================
    > > Please keep all correspondence within the Group, so all may benefit!
    > > =====================================================
    > >
    > > "CLR" <croberts@tampabay.rr.com> wrote in message
    > > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > > Just for the record.............the following would be shorter yet.....
    > >
    > > =A2
    > >
    > > Vaya con Dios,
    > > Chuck, CABGx3
    > >
    > >
    > > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > > If you work with the "IS" functions a bit more they become much

    simpler
    > > > to use. For example, your formula could be shortened to:
    > > >
    > > > = if ( ISBLANK( A2), "", A2)
    > > >
    > > > you don't need the "= true" portion; it's superfluous. This makes the
    > > > formula pretty much English-readable, too.
    > > >

    > >
    > >
    > >

    >
    >
    >




  33. #33
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Just for the record.............the following would be shorter yet.....

    =A2

    Vaya con Dios,
    Chuck, CABGx3


    "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > If you work with the "IS" functions a bit more they become much simpler
    > to use. For example, your formula could be shortened to:
    >
    > = if ( ISBLANK( A2), "", A2)
    >
    > you don't need the "= true" portion; it's superfluous. This makes the
    > formula pretty much English-readable, too.
    >




  34. #34
    melyndac2005
    Guest

    Please make it easier to access the IS functions (e.g., isblank) .

    I was referencing another cell with an Excel formula and wanted the formula
    to return a blank cell if the referenced cell was blank. I searched for
    "blank" and "if" in Excel help and didn't find the function to do this. My
    formula ended up being:
    =IF($A3=$A2,IF(ISBLANK(D3)=TRUE,"",D3),"")
    I found help with this at
    http://www.mrexcel.com/archive/Formatting/22701.html .
    Please make it easier to find this info in Excel's help menu. I'm using
    Excel 2003 Standard Edition. Thanks!

    The following is what is found at web address listed above:

    cell 1 has nothing in it.
    cell 2 references cell 1.
    cell 2 displays "0"
    I want cell 2 to have nothing in it as well.

    =if(isblank(a2)=true,"",a2)
    Posted by Eric on July 10, 2001 11:43 AM

    Assuming the data you want to report is in a2.
    Hope that helps : Does anyone know how to stop a cell from displaying 0 when
    I set it equal to the value of another cell (using the formula: =sheet1!a1)
    and there is nothing in that cell? cell 2 references cell 1. cell 2 displays
    "0" I want cell 2 to have nothing in it as well. thanks

    ----------------
    This post is a suggestion for Microsoft, and Microsoft responds to the
    suggestions with the most votes. To vote for this suggestion, click the "I
    Agree" button in the message pane. If you do not see the button, follow this
    link to open the suggestion in the Microsoft Web-based Newsreader and then
    click "I Agree" in the message pane.

    http://www.microsoft.com/office/comm...heet.functions

  35. #35
    Blue Hornet
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Doesn't work when A2 is a text value. I'm sticking with ISBLANK.


  36. #36
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    lolol............of course the whole thing boils down to this being
    fun.........since the OP did not specify every exact condition possible
    (which you know they almost never do) we must guess at what conditions will
    satisfy their need........and, in offering all the different options we can
    think of, folks who follow the thread can see that sometimes what they think
    they want, is not what they actually really want, depending on the
    conditions............anyway, I've enjoyed this one and now it's nite nite
    time in St. Petersburg Florida where we've just dodged another
    hurricane........sure feel sorry for those folks up on the Gulf
    Coast........our prayers and good wishes are with you...........

    Vaya con dios,
    Chuck, CABGx3





    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:espMop2qFHA.3720@TK2MSFTNGP14.phx.gbl...
    > You're cheating *again*!<g>
    >
    > You're telling me I can"t use text, so that doesn't count.
    > --
    >
    > Regards,
    >
    > RD
    > --------------------------------------------------------------------------

    --
    > -------------------
    > Please keep all correspondence within the Group, so all may benefit !
    > --------------------------------------------------------------------------

    --
    > -------------------
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:Oqk3%23y1qFHA.332@tk2msftngp13.phx.gbl...
    > Well, if we only have to deal with "empty cell" (no formula) or a number

    in
    > A2, then
    >
    > =IF(A2,A2,"") ........(13 characters) <gg>
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    > news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > > Not really!
    > >
    > > =A2
    > >
    > > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > > display.<g>
    > >
    > > I can't think of anything shorter (16 characters) then this:
    > >
    > > =IF(A2="","",A2)
    > > --
    > >
    > > Regards,
    > >
    > > RD
    > > =====================================================
    > > Please keep all correspondence within the Group, so all may benefit!
    > > =====================================================
    > >
    > > "CLR" <croberts@tampabay.rr.com> wrote in message
    > > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > > Just for the record.............the following would be shorter yet.....
    > >
    > > =A2
    > >
    > > Vaya con Dios,
    > > Chuck, CABGx3
    > >
    > >
    > > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > > If you work with the "IS" functions a bit more they become much

    simpler
    > > > to use. For example, your formula could be shortened to:
    > > >
    > > > = if ( ISBLANK( A2), "", A2)
    > > >
    > > > you don't need the "= true" portion; it's superfluous. This makes the
    > > > formula pretty much English-readable, too.
    > > >

    > >
    > >
    > >

    >
    >
    >




  37. #37
    Blue Hornet
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    If you work with the "IS" functions a bit more they become much simpler
    to use. For example, your formula could be shortened to:

    = if ( ISBLANK( A2), "", A2)

    you don't need the "= true" portion; it's superfluous. This makes the
    formula pretty much English-readable, too.


  38. #38
    RagDyeR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    You're cheating *again*!<g>

    You're telling me I can"t use text, so that doesn't count.
    --

    Regards,

    RD
    ----------------------------------------------------------------------------
    -------------------
    Please keep all correspondence within the Group, so all may benefit !
    ----------------------------------------------------------------------------
    -------------------

    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:Oqk3%23y1qFHA.332@tk2msftngp13.phx.gbl...
    Well, if we only have to deal with "empty cell" (no formula) or a number in
    A2, then

    =IF(A2,A2,"") ........(13 characters) <gg>

    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >





  39. #39
    RagDyeR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Not really!

    =A2

    Returns a zero, and that's what everyone is trying to avoid ... the zero
    display.<g>

    I can't think of anything shorter (16 characters) then this:

    =IF(A2="","",A2)
    --

    Regards,

    RD
    =====================================================
    Please keep all correspondence within the Group, so all may benefit!
    =====================================================

    "CLR" <croberts@tampabay.rr.com> wrote in message
    news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    Just for the record.............the following would be shorter yet.....

    =A2

    Vaya con Dios,
    Chuck, CABGx3


    "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > If you work with the "IS" functions a bit more they become much simpler
    > to use. For example, your formula could be shortened to:
    >
    > = if ( ISBLANK( A2), "", A2)
    >
    > you don't need the "= true" portion; it's superfluous. This makes the
    > formula pretty much English-readable, too.
    >





  40. #40
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    Well, if we only have to deal with "empty cell" (no formula) or a number in
    A2, then

    =IF(A2,A2,"") ........(13 characters) <gg>

    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >




  41. #41
    CLR
    Guest

    Re: Please make it easier to access the IS functions (e.g., isblank) .

    It depends on whether A2's "blankness" is the result of a formula giving a
    null............"then" it shows blank

    3 characters, (with condition)
    Vaya con Dios,
    Chuck, CABGx3



    "RagDyeR" <ragdyer@cutoutmsn.com> wrote in message
    news:O#obo6zqFHA.3352@TK2MSFTNGP14.phx.gbl...
    > Not really!
    >
    > =A2
    >
    > Returns a zero, and that's what everyone is trying to avoid ... the zero
    > display.<g>
    >
    > I can't think of anything shorter (16 characters) then this:
    >
    > =IF(A2="","",A2)
    > --
    >
    > Regards,
    >
    > RD
    > =====================================================
    > Please keep all correspondence within the Group, so all may benefit!
    > =====================================================
    >
    > "CLR" <croberts@tampabay.rr.com> wrote in message
    > news:%2366a%23kzqFHA.4044@TK2MSFTNGP09.phx.gbl...
    > Just for the record.............the following would be shorter yet.....
    >
    > =A2
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "Blue Hornet" <wrhs_71@yahoo.com> wrote in message
    > news:1125167508.879887.89360@z14g2000cwz.googlegroups.com...
    > > If you work with the "IS" functions a bit more they become much simpler
    > > to use. For example, your formula could be shortened to:
    > >
    > > = if ( ISBLANK( A2), "", A2)
    > >
    > > you don't need the "= true" portion; it's superfluous. This makes the
    > > formula pretty much English-readable, too.
    > >

    >
    >
    >




+ 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