Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have entered a UDF given to me in an earlier question and it works. But,
if cells are altered it does not update as normal formulas do? Here's what i've entered: Function IsRed(r As Range) As Integer IsRed = 0 If r.Interior.ClorIndex = 3 Then IsRed = 1 End If End Function Then in the cell i want the answer: =IF(IsRed(A1)=1,"P","") If a cell is red I want to record "P" If clear "", but i want it to change from "" to "P" if the cell is coloured at a later date. Any Ideas? Thanx Becks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Test for data in a range of cells | Excel Worksheet Functions | |||
need to remove a comma from end of test in cells | Excel Worksheet Functions | |||
how do i protect cells in a shared worksheet | Excel Discussion (Misc queries) | |||
Conditional formatting...cont. from 9/25 | Excel Discussion (Misc queries) | |||
requires that merged cells must be identically sized? | Excel Discussion (Misc queries) |