• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. R

    Nested IF(ISBLANK)

    Brute force, but this works: =IF(E1<>"",E1,IF(D1<>"",D1,IF(C1<>"",C1,IF(B1<>"",B1,IF(A1<>"",A1,""))))) Obviously use absolute references as appropriate if you plan to copy this to other cells.
  2. R

    Can we eliminate repetitive input in a formula?

    Hi, I frequently wind up writing the same formula at least twice in the same cell and would love to stop doing it. Example: =If([some long formula]>0,[the same long formula],[the same long formula -1]). It would be handy if we could do something like: =If([a = some long...
Back
Top