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 / September 2004

Tip: Looking for answers? Try searching our database.

Two things for a newbie!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
hazuki - 31 Aug 2004 19:31 GMT
Firstly hello to all, I'm sure this will be an easy one but I haven'
used Excel in years so i know it can be done but can't for the life o
me remember how to do it.

Ok so Ive got a standard spreadsheet and I want to perform an I
statement followed by THEN (I think thats right) on a column of cells
For arguments sake lets say i want it to run on the first 100 cells i
column F. I want it to check the value of the cells and change th
backcolour of the cell dependent on the outcome. If the value in th
cell is equal to 0 i would like it to turn red, if its greater than 0
would like it to be yellow.

Secondly I would like a command button that automatically insert
todays date into a given cell.

Hopefully you will be able to answer these two questions.

Many Thanks in advance

hazuk

--
Message posted from http://www.ExcelForum.com
Frank Kabel - 31 Aug 2004 19:48 GMT
Hi
for the first one use 'Format - Conditional Format). See:
http://www.cpearson.com/excel/cformatting.htm
http://www.contextures.com/xlCondFormat01.html

Signature

--
Regards
Frank Kabel
Frankfurt, Germany


> Firstly hello to all, I'm sure this will be an easy one but I haven't
> used Excel in years so i know it can be done but can't for the life
of
> me remember how to do it.
>
> Ok so Ive got a standard spreadsheet and I want to perform an IF
> statement followed by THEN (I think thats right) on a column of
cells.
> For arguments sake lets say i want it to run on the first 100 cells
in
> column F. I want it to check the value of the cells and change the
> backcolour of the cell dependent on the outcome. If the value in the
> cell is equal to 0 i would like it to turn red, if its greater than 0
i
> would like it to be yellow.
>
[quoted text clipped - 9 lines]
> ---
> Message posted from http://www.ExcelForum.com/
Gord Dibben - 31 Aug 2004 22:56 GMT
For the second one....

You can hit CRTL + ;(semi-colon) to enter a static Today's date in a cell.

If you want a Command Button macro.........

Sub NOWDATE()
   ActiveCell.Value = Format(Date, "dd-mmm-yy")
End Sub

Gord Dibben Excel MVP

>Hi
>for the first one use 'Format - Conditional Format). See:
[quoted text clipped - 33 lines]
>> ---
>> Message posted from http://www.ExcelForum.com/
hazuki - 02 Sep 2004 21:19 GMT
Thanks a lot guys

--
Message posted from http://www.ExcelForum.com
 
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.