+ Reply to Thread
Results 1 to 3 of 3

How to make : if ( sum of cells)<422.10 then display in this cell 422.10

  1. #1
    Registered User
    Join Date
    01-12-2014
    Location
    Wielka Brytania
    MS-Off Ver
    Excel 2003
    Posts
    1

    How to make : if ( sum of cells)<422.10 then display in this cell 422.10

    Hi guys

    Spent a while trying to find an answer to my problem but failed with my searches.

    Basically I got a column of values from g1 to g5 and then sum of them in g7.

    I want if the sum ics lower than 422.10 then display this value, if higher then display actual value of the sum.

    Any help would be much appreciated

  2. #2
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: How to make : if ( sum of cells)<422.10 then display in this cell 422.10

    Put this formula in G7... =IF(SUM(G1:G5)<422.1,422.1,SUM(G1:G5))

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,453

    Re: How to make : if ( sum of cells)<422.10 then display in this cell 422.10

    Alternatively try
    Please Login or Register  to view this content.

+ 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. How to make a cell display "FAIL" when range of cells is FAIL
    By crazychile in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-18-2017, 04:13 PM
  2. Replies: 6
    Last Post: 11-15-2013, 09:24 AM
  3. [SOLVED] How do I make the heading cells always display?
    By Clubsprint in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 06-17-2006, 08:30 PM
  4. [SOLVED] How to make Excel Chart not to display empty cells?
    By Marko Pinteric in forum Excel General
    Replies: 6
    Last Post: 04-05-2006, 04:10 PM
  5. [SOLVED] How to make Excel Chart not to display empty cells?
    By Marko Pinteric in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 04-05-2006, 04:10 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