+ Reply to Thread
Results 1 to 29 of 29

Function IF

Hybrid View

  1. #1
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: Function IF

    another approach I think is

    another approach is

    =IF(COUNTIF(A1:A5,1)>0,1,2)
    or
    =if(count(A1:A5)>0,1,2)

    don't know how to write it in your language.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  2. #2
    Registered User
    Join Date
    01-21-2013
    Location
    barcelona, spain
    MS-Off Ver
    Excel 2010 but 2007 and 2003 too
    Posts
    52

    Re: Function IF

    Quote Originally Posted by vlady View Post
    another approach I think is

    another approach is

    =IF(COUNTIF(A1:A5,1)>0,1,2)
    or
    =if(count(A1:A5)>0,1,2)

    don't know how to write it in your language.
    It's not correct...it leaves 2 if there isn't numbers in 5 cells
    I want empty space if no numbers

+ 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