+ Reply to Thread
Results 1 to 6 of 6

If Formula Question (Workbook Example Attached)

  1. #1
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    If Formula Question (Workbook Example Attached)

    Hi,

    Please see the attached, Trying to write a formula with a lot of conditions and I am stuck.

    Please Advise. -Your feedback is greatly appreciated.
    Attached Files Attached Files

  2. #2
    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
    52,929

    Re: If Formula Question (Workbook Example Attached)

    Try this...
    =IF(F1=0,IF(B1="a",D1,A1),H1)
    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

  3. #3
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: If Formula Question (Workbook Example Attached)

    Try

    =IF(F1=0,IF(B1="A",D1,A1),G1)

  4. #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
    52,929

    Re: If Formula Question (Workbook Example Attached)

    Jason, thanks for teh post, it made me see I had my last reference wrong
    =IF(F1=0,IF(B1="a",D1,A1),G1)

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,185

    Re: If Formula Question (Workbook Example Attached)

    Try ..

    =IF(F1<>0,G1,IF(AND(F1=0,B1<>"A"),B1,IF(AND(F1=0,B1="A"),D1,"")))

  6. #6
    Forum Contributor
    Join Date
    03-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    491

    Re: If Formula Question (Workbook Example Attached)

    Thank You guys for your responses!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] formula error in attached workbook. date formatting?
    By rmb623 in forum Excel General
    Replies: 2
    Last Post: 09-01-2014, 06:24 PM
  2. Sum If Question - Example Attached
    By leviathan86 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-31-2013, 02:19 PM
  3. spread sheet attached, formula question about using " indirect"
    By Brian63 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-29-2012, 01:12 PM
  4. [SOLVED] Workbook randomly crashing (attached)
    By excelloser in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-27-2012, 04:38 AM
  5. Replies: 2
    Last Post: 07-12-2012, 03:43 PM
  6. Question about attached if statement
    By Bill Stafford in forum Excel General
    Replies: 2
    Last Post: 09-23-2008, 03:04 PM
  7. keeping a toolbar attached to a workbook
    By Paul James in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-12-2005, 07:05 PM

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