+ Reply to Thread
Results 1 to 2 of 2

Excel Formula assuming an if then else formula?

Hybrid View

  1. #1
    Registered User
    Join Date
    02-02-2023
    Location
    USA
    MS-Off Ver
    365
    Posts
    1

    Excel Formula assuming an if then else formula?

    This is an estimate bid tabulation worksheet. NEI is my company. If I want to write a formula in cell G21 that calculates if cells J21:S21 all are NO BID then list cell I21 but if J21:S21 has a min number then carry the min number.Estimate Tab.xlsx

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,317

    Re: Excel Formula assuming an if then else formula?

    Try:
    Formula: copy to clipboard
    =IF(COUNTIF(J21:S21, "NO BID")=5, I21, MIN(J21:S21))
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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. Incorrectly assuming something is a date
    By 6StringJazzer in forum The Water Cooler
    Replies: 0
    Last Post: 06-17-2021, 02:18 PM
  2. [SOLVED] assuming its nested if's i need
    By Patcheen in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-22-2015, 08:44 PM
  3. Stop Excel from assuming data is a date
    By carsto in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-03-2014, 12:10 PM
  4. Replies: 2
    Last Post: 03-09-2012, 11:01 AM
  5. How to count dates assuming that the year changes?
    By Zsidat in forum Excel General
    Replies: 5
    Last Post: 03-08-2012, 06:34 PM
  6. Formula for "assuming that a cell has this value"?
    By Kribulin in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 06-24-2008, 02:24 AM
  7. String assuming date format
    By humantripod in forum Excel General
    Replies: 2
    Last Post: 12-13-2006, 06:36 PM

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