Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2007

Tip: Looking for answers? Try searching our database.

Mark zero variables

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Matti Koski - 06 Mar 2007 09:00 GMT
I would like to mark all varables (column 1) that have zero values in column
2 to column 3 as *. How?

a    5
a    3
a    4
b    9   *
b         *
c    4
c    7
c    2
g         *
g    1   *
g         *
g    2   *

Matti
Bob Phillips - 06 Mar 2007 09:04 GMT
Do you want to explain how you get those * results?

Signature

HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

>I would like to mark all varables (column 1) that have zero values in
>column 2 to column 3 as *. How?
[quoted text clipped - 13 lines]
>
> Matti
Gary''s Student - 06 Mar 2007 11:12 GMT
if C1 enter:
=IF(B1="","*","") and copy down
Signature

Gary''s Student
gsnu200709

> I would like to mark all varables (column 1) that have zero values in column
> 2 to column 3 as *. How?
[quoted text clipped - 13 lines]
>
> Matti
Matti Koski - 06 Mar 2007 14:03 GMT
All b and g variables should be marked, not only the empty rows.

Matti

> if C1 enter:
> =IF(B1="","*","") and copy down
[quoted text clipped - 17 lines]
>>
>> Matti
Dave Peterson - 06 Mar 2007 14:47 GMT
Maybe...

=if(or(a1="b",a1="g",b1=""),"*","")

> All b and g variables should be marked, not only the empty rows.
>
[quoted text clipped - 24 lines]
> >>
> >> Matti

Signature

Dave Peterson

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.