473,466 Members | 1,312 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

conditional formating

I am trying to highlight the output of a field to display something
similar to conditional formating. Would prefer to display the result
with a code instead of a colored font or colored background for the
sake of using a black and white printer.

i.e. if >= 20 then H for highly skilled or >= 15 then S for Skilled

Even though the colors work there is only three options to select from
under Conditional Formatiting (unless there's a way to increase this
to 5).

I was trying something like this =IIf(([TEXT922]))>=27,H,>=23,S
but it does not work. Any suggestions out there?

Thanks,
Rudy Castro
Nov 13 '05 #1
2 1626
Hi Rudy

Your statement should be

= IIf([TEXT922] >= 27, "H", IIf([TEXT922] >= 23, "S"))

However, I am not sure if this will work in Conditional Formatting as I
don't believe it will replace the value of TEXT922 with the code.

Jeff

"rudy" <rc******@satx.rr.com> wrote in message
news:8b**************************@posting.google.c om...
I am trying to highlight the output of a field to display something
similar to conditional formating. Would prefer to display the result
with a code instead of a colored font or colored background for the
sake of using a black and white printer.

i.e. if >= 20 then H for highly skilled or >= 15 then S for Skilled

Even though the colors work there is only three options to select from
under Conditional Formatiting (unless there's a way to increase this
to 5).

I was trying something like this =IIf(([TEXT922]))>=27,H,>=23,S
but it does not work. Any suggestions out there?

Thanks,
Rudy Castro

Nov 13 '05 #2
Thanks Jeff it worked.

"Jeff" <je************@asken.com.au> wrote in message news:<RF****************@news.optus.net.au>...
Hi Rudy

Your statement should be

= IIf([TEXT922] >= 27, "H", IIf([TEXT922] >= 23, "S"))

However, I am not sure if this will work in Conditional Formatting as I
don't believe it will replace the value of TEXT922 with the code.

Jeff

"rudy" <rc******@satx.rr.com> wrote in message
news:8b**************************@posting.google.c om...
I am trying to highlight the output of a field to display something
similar to conditional formating. Would prefer to display the result
with a code instead of a colored font or colored background for the
sake of using a black and white printer.

i.e. if >= 20 then H for highly skilled or >= 15 then S for Skilled

Even though the colors work there is only three options to select from
under Conditional Formatiting (unless there's a way to increase this
to 5).

I was trying something like this =IIf(([TEXT922]))>=27,H,>=23,S
but it does not work. Any suggestions out there?

Thanks,
Rudy Castro

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

28
by: Benjamin Niemann | last post by:
Hello, I've been just investigating IE conditional comments - hiding things from non-IE/Win browsers is easy, but I wanted to know, if it's possible to hide code from IE/Win browsers. I found...
2
by: jeffgeorge | last post by:
Trying to add 3 colors to 6 combinations of text possibilities. If this makes sense, the possibilities are: A D (one color for the combo beginning with A) A E B D (One color for the combo...
3
by: Tom | last post by:
Is there any way to use conditional formating to change a control for a field in a continuous form to a textbox, option group or combobox depending on the value of another field on the form? On a...
6
by: Martin Evans | last post by:
Sorry, yet another REGEX question. I've been struggling with trying to get a regular expression to do the following example in Python: Search and replace all instances of "sleeping" with "dead"....
3
by: Smiley | last post by:
Hi, I know how to do confitional formating in Excel by clicking the wizard. Is this possible in MS Access ? If so, please directly where to look. I found example but nothing as to how to do it....
4
by: slinky | last post by:
Thanks in advance... I have a continuous style form with a field for each record called "STATUS". I simply want to have the form load and if the value of the textbox is "Inactive" I want the...
0
by: Fonix | last post by:
I'm trying to make table border with pyExcelerator. As i can see there is only cell formating!? If i'm wrong pls tell me what is method to make more then one cell to have same format, other then...
2
by: sitko | last post by:
Hi, I'm in the process of converting a VB.net program into a C program so it can run on a unix like machine. I've been moving along at a nice pace, but this conversion has stumped me. I need...
1
by: Earl Anderson | last post by:
A business colleague and I are collaborating 'long distance' on an applet for work. He is doing the programming and I am doing the business process form design. We had discussed my desire to make...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.