+ Reply to Thread
Results 1 to 2 of 2

Vlookup string print new "ORDER"

Hybrid View

  1. #1
    Registered User
    Join Date
    03-01-2007
    Posts
    1

    Vlookup string print new "ORDER"

    I need help in finding a formula to print a new word "ORDER" (in red) on the bottom of a column of numbers when any of the above numbers in the above column is at or less than 400.

    Any help will be appreciated.

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Vtomo
    I need help in finding a formula to print a new word "ORDER" (in red) on the bottom of a column of numbers when any of the above numbers in the above column is at or less than 400.

    Any help will be appreciated.
    put formula in cell where you want to show ORDER and format its font colour red.

    =IF(COUNTIF($A$1:$A$50,"<=400")>0,"ORDER","")

    I suppose that above column is A1:A50, you can change this range according to your data.

    hope this is what you required.

+ 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