Results 1 to 7 of 7

Multiple issues - Multiple IF staements with multiple answers, or other coding.

Threaded View

inzanesrt4 Multiple issues - Multiple IF... 01-12-2013, 05:39 PM
martindwilson Re: Multiple issues -... 01-12-2013, 06:06 PM
inzanesrt4 Re: Multiple issues -... 01-12-2013, 08:10 PM
FDibbins Re: Multiple issues -... 01-12-2013, 07:03 PM
inzanesrt4 Re: Multiple issues -... 01-12-2013, 08:17 PM
FDibbins Re: Multiple issues -... 01-12-2013, 08:25 PM
inzanesrt4 Re: Multiple issues -... 01-12-2013, 08:53 PM
  1. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,053

    Re: Multiple issues - Multiple IF staements with multiple answers, or other coding.

    Hi inzanesrt4 and welcome to the forum

    before i even begin to try and adress your questions...
    PLZ PLZ PLZ...try and avoid the use of merged cells, all the do is create havoc later when trying to reference then in a formula, and the same result can be achieved by using "center across selection" under cell formatting.

    also, although using those check-boxes looks impressive, the way you are doing that, you might as well do away with them and just enter X (or whatever) into the cell and bace the references on sheet1 on that

    1st problem
    =IF('Tab1'!B3=True,'Tab1'!B4) doesnt work because you are referencing the row below the control, not the column next to it. try this...
    =IF('Wall Types'!B3=TRUE, 'Wall Types'!C3,"") - note an if statement consists of 3 parts...
    =if(criteria-to-test,what-to-do-if-test=TRUE,what-to-do-if-test=FALSE)

    2nd problem
    actually you only have that formula in A17:A19


    I have modified your worksheets somewhat, take a look at the attached and see if that is something you can work with? (I eliminated the use of the check-boxes)
    Attached Files Attached Files
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

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