+ Reply to Thread
Results 1 to 2 of 2

false>0=true

  1. #1
    Registered User
    Join Date
    03-29-2004
    Location
    vadodara, gujarat, india
    Posts
    73

    Thumbs up false>0=true

    Respected,
    The problem(error -originally it should show 0) in p54 is due to data of L54 (which is returning as FALSE)
    Zohar
    THANKX IN ADVANCE
    [email protected]
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    I am no formula expert

    the formula in L54 does not have an else option of the 1st if formula

    IF(OR(H54>0,I54>0),more if statements, no option so displays false)

    try

    =IF(OR(H54>0,I54>0),IF(C54>23,(ABS(H54-G$49))*(K54), IF(OR(C54<23,C54>18),(ABS(H54-H$49))*(K54), (ABS(H54-I$49))*(K54))),0)
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

+ 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