+ Reply to Thread
Results 1 to 7 of 7

Selecting if formulas based on column value

Hybrid View

  1. #1
    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,048

    Re: Selecting if formulas based on column value

    I dont really see any difference between the 2 formulas?

    <3=IF(F14="AB",D14/1.04*0.04/2,IF(F14="ON",D14/1.12*0.12/2))
    3 =IF(F14="AB",D14/1.04*0.04/2,IF(F14="ON",D14/1.12*0.12/2))

    The suggestion in #2 could also be shortened to...
    if(E14<3,IF(F14="AB",D14/1.04*0.04/2,IF(F14="ON",D14/1.12*0.12/2)),if(E14=3,IF(F14="AB", D14/1.04*0.04/2,IF(F14="ON",D14/1.12*0.12/2)),"")

    Again though, I dont see the difference?
    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

  2. #2
    Registered User
    Join Date
    01-13-2019
    Location
    Canada
    MS-Off Ver
    Office 365
    Posts
    9

    Re: Selecting if formulas based on column value

    Thank you it works!

+ 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. Selecting cells in one column based on criteria in another
    By CDandVinyl in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-15-2017, 03:29 PM
  2. [SOLVED] Need formual help for selecting correct column based upon value in another column
    By rde55cae in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-01-2016, 03:17 PM
  3. [SOLVED] Vertically selecting column data and ignoring formulas in the selection
    By lsargent in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-08-2016, 03:55 PM
  4. Selecting a column based on a cells value
    By gjwood in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-16-2013, 03:08 AM
  5. Selecting a column range based on a value in header row
    By Ad83 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-05-2012, 05:29 PM
  6. Selecting a column range based
    By dems in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-09-2010, 11:47 AM
  7. Selecting range based on adjacent column
    By yaju1120 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-05-2007, 10:41 AM

Tags for this Thread

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