+ Reply to Thread
Results 1 to 4 of 4

Quick little question

  1. #1
    ben simpson
    Guest

    Quick little question

    What would be the best way to combine the following two formulas?
    =IF($A$25=0,"",$A$25) and =IF(AND($C$51>=$C$53,$C$51<$C$52),5,0)

    Meaning if cell A25 is blank then leave a blank in this cell, but if there
    is a value in A25 then perform the following formula.

    Thanks in advance for the help......Ben

  2. #2
    Forum Contributor
    Join Date
    03-21-2006
    Posts
    205
    Just drop out the $A$25 you don't want and put the closing bracket at the end

    =IF($A$25=0,"",IF(AND($C$51>=$C$53,$C$51<$C$52),5,0))

  3. #3
    Bob Phillips
    Guest

    Re: Quick little question

    =IF($A$25=0,"",IF(AND($C$51>=$C$53,$C$51<$C$52),5,0))


    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "ben simpson" <[email protected]> wrote in message
    news:[email protected]...
    > What would be the best way to combine the following two formulas?
    > =IF($A$25=0,"",$A$25) and =IF(AND($C$51>=$C$53,$C$51<$C$52),5,0)
    >
    > Meaning if cell A25 is blank then leave a blank in this cell, but if there
    > is a value in A25 then perform the following formula.
    >
    > Thanks in advance for the help......Ben




  4. #4
    flow23
    Guest

    RE: Quick little question

    try this

    IF(A25>1,IF(AND($C$51>=$C$53,$C$51<$C$52),5,0),A25)


    "ben simpson" wrote:

    > What would be the best way to combine the following two formulas?
    > =IF($A$25=0,"",$A$25) and =IF(AND($C$51>=$C$53,$C$51<$C$52),5,0)
    >
    > Meaning if cell A25 is blank then leave a blank in this cell, but if there
    > is a value in A25 then perform the following formula.
    >
    > Thanks in advance for the help......Ben


+ 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