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".
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.
sorryOriginally Posted by nesh
you need to explain it in a better way. it's difficult to understand what actually you want to get.
Apologies bro..I'm pour in English, I edit back to make you more clear.
if you want to change 0 to "alarm" then try thisOriginally Posted by nesh
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks