+ Reply to Thread
Results 1 to 4 of 4

If any value bigger than 1 then

  1. #1
    Forum Contributor
    Join Date
    06-14-2013
    Location
    jk
    MS-Off Ver
    Excel 2007
    Posts
    326

    If any value bigger than 1 then

    Hi Everyone,

    I think i have a fairly simple question.
    There is a list with in column P the values 1.
    However, it might occur that values with 2 or more exist.

    What i want is an if, that whenever a value higher than 1 is found, i can to the then things, otherwise end if.

    Thanks!

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: If any value bigger than 1 then

    Try:
    Please Login or Register  to view this content.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Forum Contributor
    Join Date
    06-14-2013
    Location
    jk
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: If any value bigger than 1 then

    Thanks Olly!

    I was indeed looking for something like MAX but i didn't know how to put this in an if.

  4. #4
    Forum Contributor
    Join Date
    06-02-2015
    Location
    delhi
    MS-Off Ver
    2010
    Posts
    104

    Re: If any value bigger than 1 then

    =IF(MAX(P1:P6)>1,"Do something","Not possible")

    check this formula and let me know

    Regards,
    Mandeep baluja

+ 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. I can't get the box in Excel bigger
    By Hansey in forum Excel General
    Replies: 3
    Last Post: 05-26-2014, 01:04 PM
  2. How about a bigger inbox?
    By Jacc in forum Suggestions for Improvement
    Replies: 16
    Last Post: 02-13-2014, 03:57 AM
  3. [SOLVED] copy the bigger value from row
    By amarjeet.it in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-12-2013, 06:33 AM
  4. Get bigger number
    By Gerardas in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-10-2012, 07:10 AM
  5. Choose the bigger or equal value
    By Blue_Wings in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-07-2011, 02:52 PM
  6. Replies: 2
    Last Post: 03-14-2006, 02:04 AM
  7. [SOLVED] Workbook Bigger and Bigger
    By Ye Yint Win in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-21-2005, 09:05 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