+ Reply to Thread
Results 1 to 2 of 2

Need to add to a formula based on a cell having an entry

  1. #1
    Forum Contributor
    Join Date
    07-02-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    221

    Need to add to a formula based on a cell having an entry

    =MAX(F15*D21,4)

    I am using the above formula however I want the result to be 0.00 unless an entry is populated to E14

    Thanks,

    Mike

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: Need to add to a formula based on a cell having an entry

    =If(E14<>"",MAX(F15*D21,4),0)
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ 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] Need If Formula based on 3rd cell entry
    By mikerules in forum Excel General
    Replies: 3
    Last Post: 03-21-2014, 09:33 PM
  2. Array Formula Based On Cell Entry
    By aegliveinterns in forum Excel General
    Replies: 1
    Last Post: 06-08-2011, 03:32 PM
  3. insert formula based on cell entry using vba
    By jimb0693 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-11-2009, 06:03 AM
  4. Using a formula based on cell entry
    By bleu808 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-08-2007, 06:34 AM
  5. [SOLVED] Formula based on a cell entry
    By Fat Bastard in forum Excel General
    Replies: 10
    Last Post: 03-13-2005, 02:07 AM

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