+ Reply to Thread
Results 1 to 2 of 2

Formula

  1. #1
    Registered User
    Join Date
    06-18-2006
    Posts
    1

    Formula

    Hi all,

    I am new to this website and am wondering if anybody can help me. I want to form a formula that if number 6000,4000,2000, or 0 appear, that it will produce 20000.

    Thanks!

    Cheers,
    Agung

  2. #2
    Valued Forum Contributor
    Join Date
    06-16-2006
    Location
    Sydney, Australia
    MS-Off Ver
    2013 64bit
    Posts
    1,394
    Not sure if this is the most elegant solution, but it will work

    Assuming your data is in cell A1

    =IF(OR(A1=2000,A1=4000,A1=6000,A1=0),2000,A1)

    Matt

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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