+ Reply to Thread
Results 1 to 5 of 5

IF Function?

  1. #1
    Registered User
    Join Date
    02-05-2016
    Location
    Guildford, UK
    MS-Off Ver
    MAC 2011
    Posts
    15

    IF Function?

    Hi all,

    Back again as I missed a vital calculation required.

    For an existing calculation cell which is =K4*L4/1000000
    I need to add an IF function being IF the word 'Novaflex' is chosen in Cell B4 I require the m2 calculation to be taken as G4*G5/1000000.

    Basically based on the choice in Cell B4 there is one item that requires sizing calculated from different cells.

    Does this make sense?

    Thanks as ever
    Tom

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: IF Function?

    Try this
    =IF(B4="NovaFlex",K4*L4/1000000,G4*G5/1000000)

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF Function?

    Maybe this...

    =IF(B4="Novaflex",G4*G5/1000000,K4*L4/1000000)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    02-05-2016
    Location
    Guildford, UK
    MS-Off Ver
    MAC 2011
    Posts
    15

    Re: IF Function?

    Thank you both

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF Function?

    You're welcome!

+ 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. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  2. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  3. Replies: 2
    Last Post: 01-15-2014, 11:40 PM
  4. index function error using match function to get data from a cell in an array
    By mabildgaard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-17-2013, 02:21 AM
  5. [SOLVED] IF Function referencing IsNumber, Match, Left function on separate sheets
    By Touch9713 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2013, 10:09 PM
  6. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  7. Replies: 2
    Last Post: 03-20-2009, 01:29 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