Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default can someone help me with this problems please? GORD YOUR A STAR :) thnx BUTTTTTT!

is there a auick qay i can do multiple lines and apply the same
condition to them all without doing them 1 at a time? :)

----------------------------------------------
Posted with NewsLeecher v1.0 beta 23
* Binary Usenet Leeching Made Easy
* http://www.newsleecher.com/?usenet
----------------------------------------------


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default can someone help me with this problems please? GORD YOUR A STAR :)thnx BUTTTTTT!

You could do one row and then copy it.
then select the other rows and do edit|paste special|and click formats.

But you'll want to change the formul so that it looks at the current row.

=$A$1="debbie"
will become:
=$A1="debbie"

So when you paste, excel will adjust that row number to match the current
row--just like when you copy a formula.

But since you're going to adjust the formula, you might as well get all the
range at once:

Select your range (A1:X999 include all the columns and rows you want formatted)

Then format|conditional formatting
Write your formula for the active cell:

=$A1="debbie"

When you hit ok, excel will adjust the formula for each cell in the selection.

Just like when you select a multicell range and type a formula and hit
ctrl-enter instead of just enter.

The $A says to never adjust that column in the formula.

The 1 doesn't have a $ sign. It gets adjusted.

(You can read more about this stuff in Excel's help.
Look for: Address
then click on "About cell and range references" in the topic box



DEBBZ : wrote:

is there a auick qay i can do multiple lines and apply the same
condition to them all without doing them 1 at a time? :)

----------------------------------------------
Posted with NewsLeecher v1.0 beta 23
* Binary Usenet Leeching Made Easy
* http://www.newsleecher.com/?usenet
----------------------------------------------


--

Dave Peterson

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
Attn Gord Dibben KathrynBassett New Users to Excel 2 January 15th 10 05:41 PM
go to a particular sheet Gord Dibben Bill Kuunders Excel Worksheet Functions 10 November 16th 09 07:16 PM
For Gord or other: dynamic comment andy62 Excel Discussion (Misc queries) 7 March 2nd 09 11:22 PM
Question for Gord D DaveM Excel Discussion (Misc queries) 7 November 17th 07 06:27 PM
A question for Gord Dibben Oliver Ferns via OfficeKB.com Excel Discussion (Misc queries) 1 March 4th 05 05:12 PM


All times are GMT +1. The time now is 03:55 PM.

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

About Us

"It's about Microsoft Excel"