> Ken Can I Impose once more? I Tried Your Formula's and I must be doing
> something wrong I will show you how here I did it! I don't know what the
[quoted text clipped - 35 lines]
>
> > Ken Johnson
Hi Dasha,
Are the cells you are wanting to be conditionally formatted the same
cells with the data validation dropdown?
I thought that B15:B150 all had data validation using a list named
CODES_Abriev's on a sheet named CODES & Abrieviatons. I figured that
when one of your users used the data validation dropdown in any of the
cells in B15:B150 on the sheet named TENDER TEMPLATE x1 that the list
of choices consisted of items with first three characters being either
"Pip" (from "Pipes etc"), "Pit" (from "Pit's") or "Pie" (from
"Pieces").
If this is correct, then what I thought you could do was select
B15:B150 (the cells with the data validation), then go Format|
Conditional formatting.
The Conditional Formatting dialog that appears has a textbox on the
left with a dropdown. You should choose "Formula Is" for this textbox.
In the textbox immediately to its right you should type the formula...
=LEFT($B15,3)="Pip"
then click the Format button and adjust the green formatting.
With the above formula in place in the conditional formatting, say the
user clicks on B30 then selects Pipes-Water/{1}EW) from the data
validation dropdown. Excel then calculates the formula...
=LEFT($B30,3)="Pip"
Notice that the row number in the formula is 30, not 15. This is
because the row number 15 in the original formula did not have a $
sign to its left. This is how you control which cells Excel uses when
is tests for conditional formatting.
Since B30 contains "Pipes-Water/{1}EW)" , the formula LEFT($B30,3)
returns the first 3 characters of "Pipes-Water/{1}EW)", which is
"Pip".
So, the result of calculating =LEFT($B30,3)="Pip" is TRUE.
When a conditional format calculation is TRUE the chosen format, in
this case green text or background, is applied.
Similarly for the other two format conditions...
The formula for the blue formatting is =LEFT($B15,3)="Pit", and for
the orange formatting =LEFT($B15,3)="Pie"
If my interpretation of what you have and what you are trying to
achieve is not correct, then let me know, and we can have another go.
Ken Johnson
Dasha - 05 Nov 2007 12:24 GMT
I am Sorry Ken I am Making a mess of this' let me clear it up; all the
coulors etc are as you said' its the 'Refrences' thit i have you confused on!
The Defined 'List' Is In Sheet Named: 'CODES & ABRIEVIATIONS',
It is Named as 'CODES_List' and is this B7 -->B41
The three different coloured Groups are all in the 'List' together and in
their own colour Group as, Pipes: Green, Pits:Blue and Pieces:Orange!
The Dropdown list is up and working fine in the Sheet TEMPLATEx1 in the
Column B under heading of 'PP&PCodes and Colours' in cells B15 -->B150 but
when i enter one from theDropdown it is always in 'black '
So Ken if you can tell me how to get the Colour Formtting to work via Cond
Form and insert in the 'PP&PCodes and Colours' column in thier respective
formatted colours instead of all black we will be lookin good I have removed
the other Leadins from the CODES_ List eg ****** they are all gone, again I
am Sorry for all this thanks for your patience. Dasha
> > Ken Can I Impose once more? I Tried Your Formula's and I must be doing
> > something wrong I will show you how here I did it! I don't know what the
[quoted text clipped - 89 lines]
>
> Ken Johnson
Ken Johnson - 05 Nov 2007 12:58 GMT
> I am Sorry Ken I am Making a mess of this' let me clear it up; all the
> coulors etc are as you said' its the 'Refrences' thit i have you confused on!
[quoted text clipped - 12 lines]
> the other Leadins from the CODES_ List eg ****** they are all gone, again I
> am Sorry for all this thanks for your patience. Dasha
Hi Dasha,
The steps I outlined last time should achieve what you're trying to
do.
It might not be working because I could be wrong with what I think is
being entered into those cells (B15:B150) from the data validation
dropdown.
What exactly are all of the listed values that the user can choose
from when using the data validation dropdown in B15:B150?
Is it possible for you to email me a sample workbook with similar
setup?
You should be able to find my email address by viewing my profile.
Ken Johnson
Dasha - 05 Nov 2007 22:11 GMT
I Will Send Clips Ken Dasha
> > I am Sorry Ken I am Making a mess of this' let me clear it up; all the
> > coulors etc are as you said' its the 'Refrences' thit i have you confused on!
[quoted text clipped - 30 lines]
>
> Ken Johnson