+ Reply to Thread
Results 1 to 4 of 4

Help me to solve this….

  1. #1
    Registered User
    Join Date
    09-30-2006
    Location
    Malaysia
    Posts
    9

    Unhappy Help me to solve this….

    Hey bro's…. help me on this... 1 From column A1 to A10 the value have to be 1, how to find out if there is any "0" in between A1 and A10. 2) If there is a "0" velue, how to formular that "0" to became "alarm".
    Last edited by nesh; 10-07-2006 at 03:31 AM.

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

    Lightbulb

    Quote Originally Posted by nesh
    Hey bro's…. How to solve this scenario's A1>1,A2=0 and A3>1 .So what I trying to do is, the zero on A2 must appear as alarm if A1,A3,>1 AND, IF A3,A4 and the following is =0, than is ="-" (if 0 value in between 2 to 3 column must appear as alarm) pls help me bro..
    sorry
    you need to explain it in a better way. it's difficult to understand what actually you want to get.

  3. #3
    Registered User
    Join Date
    09-30-2006
    Location
    Malaysia
    Posts
    9

    Red face Apologies bro...

    Apologies bro.. I'm pour in English, I edit back to make you more clear.

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

    Lightbulb

    Quote Originally Posted by nesh
    Hey bro's…. help me on this... 1 From column A1 to A10 the value have to be 1, how to find out if there is any "0" in between A1 and A10. 2) If there is a "0" velue, how to formular that "0" to became "alarm".
    if you want to change 0 to "alarm" then try this

    select range A1:A10
    press Ctrl+H
    Find what: (enter here 0)
    Replace withenter here "alarm") without quotes
    and press Replace All tab.

    OR

    if you just want to see that which cell in range A1:A10 contains 0 then put in B1.

    =IF(A1=0,"ALARM","Ok") and copy it down to B10

    in column B it will show "ALARM" if there is 0 in left cell and "Ok" if there is not 0.

    hope this would help you.

    Regards.

+ 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