Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default ?? call it: general cell() ??

Hi, trying to find how to describe any cell number, for cond. formatting.
1st cond. uses absolute / fixed cells. for 2nd cond. need to wildcard? for
any cell that equals, e.g.: "NET" thanks

=CELL()="NET" does not seem to work
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ragdyer
 
Posts: n/a
Default ?? call it: general cell() ??

You'll need to stipulate a range.

If you're polling an entire row or rows, try something like:

=COUNTIF(1:1,"Net")0
OR
=COUNTIF(1:3,"Net")0

Same for columns:

=COUNTIF(A:A,"Net")0
OR
=COUNTIF(A:C,"Net")0

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"nastech" wrote in message
...
Hi, trying to find how to describe any cell number, for cond. formatting.
1st cond. uses absolute / fixed cells. for 2nd cond. need to wildcard?

for
any cell that equals, e.g.: "NET" thanks

=CELL()="NET" does not seem to work


  #3   Report Post  
Posted to microsoft.public.excel.misc
nastech
 
Posts: n/a
Default ?? call it: general cell() ??

Thankyou! was exactly what needed. I did not pose question as 2nd part:
for purpose of some header lines, making top/bottom line borders perm..

is there a trick variable for the shortest term possible? don't really need
a condition that matters to set format for some lines. something like =cell()

update, just tried: =row() seems to work, reply if problem with this
idea, else looks good.

"Ragdyer" wrote:

You'll need to stipulate a range.

If you're polling an entire row or rows, try something like:

=COUNTIF(1:1,"Net")0
OR
=COUNTIF(1:3,"Net")0

Same for columns:

=COUNTIF(A:A,"Net")0
OR
=COUNTIF(A:C,"Net")0

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"nastech" wrote in message
...
Hi, trying to find how to describe any cell number, for cond. formatting.
1st cond. uses absolute / fixed cells. for 2nd cond. need to wildcard?

for
any cell that equals, e.g.: "NET" thanks

=CELL()="NET" does not seem to work



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
Adding a row to worksheet does not update cell references in another. blausen Excel Worksheet Functions 5 February 25th 06 09:14 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Dates of a Day for a month & year cell formulas mikeburg Excel Discussion (Misc queries) 2 December 29th 05 10:14 PM
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM


All times are GMT +1. The time now is 07:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"