+ Reply to Thread
Results 1 to 12 of 12

'if' a cell is not having data show it as blank... How?

  1. #1
    Registered User
    Join Date
    11-19-2008
    Location
    USA
    Posts
    8

    'if' a cell is not having data show it as blank... How?

    Hi,

    my requiremnet is, there is data going to excel from database. The data is something like jan to dec sales and in a arbitrary fashion. now if there wont be data availble for say month of july then nothing will be there.
    Now i need to nicely formulate data from jan feb ..Dec and in same order in another cells. Now for empty cells data after formualting it is coming as #N/A. and by this i am getting a same thing in the application where this excel sheet is being used. So for eliminating it i need to use 'if' such that if it is undefined or NULL then blank should be there in the formulated cell.

    So wht is the synataxed to be used with 'if' for this.

    pls Help

    regards,
    Naresh Elugala.

  2. #2
    Valued Forum Contributor Shijesh Kumar's Avatar
    Join Date
    05-26-2008
    Location
    Bangalore / India
    MS-Off Ver
    2000
    Posts
    717
    Hi,

    U can use ISERROR in combination with IF function to get rid of #N/A

    eg. if you are using vlookup then syntax will be


    Please Login or Register  to view this content.

  3. #3
    Forum Contributor
    Join Date
    10-11-2007
    Location
    Sweden
    MS-Off Ver
    365
    Posts
    251
    =if(iserror(a1),"",a1)

  4. #4
    Registered User
    Join Date
    11-19-2008
    Location
    USA
    Posts
    8
    Thanks for ur reply. But i forgot to mention one thing, iserror is NOT supported by the application whr it is used.

  5. #5
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    You are not using XL then?

  6. #6
    Registered User
    Join Date
    11-19-2008
    Location
    USA
    Posts
    8
    Its not that way. we use this excel sheet in another application called Xcelsius.

  7. #7
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    try an xcelcius forum then! how are we supposed to guess what is and isnt used in another programme.
    =if(iserror(a1),"",a1) works fine in excel
    but doesnt work too well in mspaint.

  8. #8
    Registered User
    Join Date
    11-19-2008
    Location
    USA
    Posts
    8
    These are all functions supported by the appliction:
    ABS ACOS ACOSH AND ASIN
    ASINH ASSIGN ATAN ATAN2 ATANH
    AVEDEV AVERAGE AVERAGEA BETADIST CEILING
    CHOOSE COMBIN CONCATENATE COS COSH
    COUNT COUNTA COUNTIF DATE DATEVALUE
    DAVERAGE DAY DAYS360 DB DCOUNT
    DCOUNTA DDB DEGREES DEVSQ DGET
    DIVIDE DMAX DMIN DOLLAR DPRODUCT
    DSTDEV DSTDEVP DSUM DVAR DVARP
    EDATE EOMONTH EVEN EXACT EXP
    EXPONDIST FACT FALSE FIND FISHER
    FISHERINV FIXED FLOOR FORECAST FV
    GE GEOMEAN GT HARMEAN HLOOKUP
    HOUR IF INDEX INT INTERCEPT
    IPMT IRR ISBLANK KURT LARGE
    LE LEFT LEN LN LOG
    LOG10 LOOKUP LOWER MATCH MAX
    MEDIAN MID MIN MINUS MINUTE
    MIRR MOD MODE MONTH N
    NE NETWORKDAYS NORMDIST NORMINV NORMSINV
    NOT NOW NPER NPV OFFSET
    OR PI PMT POWER PPMT
    PRODUCT PV QUOTIENT RADIANS RAND
    RANGE_COLON RANK RATE REPLACE REPT
    RIGHT ROUND ROUNDDOWN ROUNDUP SECOND
    SIGN SIN SINH SLN SMALL
    SQRT STANDARDIZE STDEV SUM SUMIF
    SUMPRODUCT SUMSQ SUMX2MY2 SUMX2PY2
    SUMXMY2 SYD TAN TANH TEXT
    TIME TIMEVALUE TODAY TRUE TRUNC
    UPPER VALUE VAR VDB VLOOKUP

  9. #9
    Registered User
    Join Date
    10-31-2008
    Location
    Philippines
    Posts
    47
    try if(a1="","",a1)

  10. #10
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    well IF is right in there!
    GEOMEAN GT HARMEAN HLOOKUP
    HOUR IF INDEX INT INTERCEPT
    IPMT IRR ISBLANK KURT LARGE

  11. #11
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    http://www.forumtopics.com/busobj/pr...101296&start=0
    is a thread about just what you are asking in xcelcius

  12. #12
    Registered User
    Join Date
    11-19-2008
    Location
    USA
    Posts
    8
    Thanks a lot. its working.
    I appreciate ur interest.

+ 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