Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

Formatting

Main.Formatting History

Hide minor edits - Show changes to output

November 06, 2007, at 11:04 PM by Zeppo -
Changed line 1 from:
!! Conditional Formatting and Calculating Formulas
to:
!! Conditional Formatting and Conditional Formulas
November 06, 2007, at 11:02 PM by Zeppo -
Deleted line 0:
Added line 48:
From [[http://office.microsoft.com/en-us/excel/HA010918321033.aspx]]
November 06, 2007, at 11:01 PM by Zeppo -
Added lines 1-2:

!! Conditional Formatting and Calculating Formulas
Changed lines 29-30 from:
---
to:
----
Added line 48:
November 06, 2007, at 11:00 PM by Zeppo -
Changed lines 24-45 from:
=MOD(ROW(),2)
to:
=MOD(ROW(),2)


---

'''Conditional Formulas'''

=IF((DATEDIF(E2, $K$2, "d") > $L$5),((C2*$F$52)+(D2*$F$53)),0)

or


Display a message if a condition is true

You can display a message based on a value or the results of a calculation. For example, you may want to display "Overdue" for unpaid invoice items more than 30 days old.

#In cell D7, type '''=IF((TODAY()-B8)>30, "Overdue", "Current")''', and then press ENTER.

#Select cell D7, and then drag the fill handle over the range of cells that you want to display the message.


If today's date is more than 30 days after the invoice date, the value of the cell is "Overdue." Otherwise, the value is "Current."
October 12, 2007, at 07:53 PM by Zeppo -
Added lines 13-14:
I now think you have the use =$d$1 to make it an "Absoloute Reference"
September 25, 2007, at 10:09 PM by Zeppo -
Changed lines 13-22 from:
To copy to other rows use the paint brush called '''Format Painter''' next to th '''Copy''' and '''Paste''' icons
to:
To copy to other rows use the paint brush called '''Format Painter''' next to th '''Copy''' and '''Paste''' icons


----

For alternating colors on a line

Use conditional formating with

=MOD(ROW(),2)
September 04, 2007, at 07:46 PM by Zeppo -
Changed lines 9-13 from:
then choose Format color
to:
then choose Format color.

I think the $ anchors it so it will always refer to that column but change according to the row.

To copy to other rows use the paint brush called '''Format Painter''' next to th '''Copy''' and '''Paste''' icons
September 04, 2007, at 07:44 PM by Zeppo -
Changed lines 7-8 from:
Use Formula '''Formula is''' then '''=$D2=1'' or whatever the value and the cell is
to:
Use Formula '''Formula is''' then '''=$D2=1''' or whatever the value and the cell is
September 04, 2007, at 07:44 PM by Zeppo -
Changed lines 7-8 from:
Use Formula '''Formula is''' the =$D2=1 or what ever the value and the cell is
to:
Use Formula '''Formula is''' then '''=$D2=1'' or whatever the value and the cell is
September 04, 2007, at 07:44 PM by Zeppo -
Changed lines 7-8 from:
Use Formula '''Formula is" the =$D2=1 or what ever the value and the cell is
to:
Use Formula '''Formula is''' the =$D2=1 or what ever the value and the cell is
September 04, 2007, at 07:43 PM by Zeppo -
Added lines 1-9:
Highlight Rows then

Format

Conditional Formating

Use Formula '''Formula is" the =$D2=1 or what ever the value and the cell is

then choose Format color
Edit - History - Print - Recent Changes - Search
Page last modified on November 06, 2007, at 11:04 PM