Nested "IF"

Joined
Jun 10, 2009
Messages
3
Reaction score
0
I'm making a spreadsheet in excel recording exam scores and averages etc.
I want to make a column that displays some results with colour coding. For example, there are a series of exams, and depending on the results, a student will "PASS" "FAIL" OR "RESIT". These pieces of text are copied and pasted along with other information from a website. I was wondering if it is possible to colour these results. i.e.:
Pass = green
Fail = red
Resit = blue.
 
Joined
Jun 10, 2009
Messages
2
Reaction score
0
Conditional Formatting should resolve this one for you;


Format, Conditional Formatting add four conditions if cell = "Pass" then go to the format and choose colour green, add in the same process for "Fail" and "Re-sit" and then have one for blank so that if the cell is blank or displays an error it will display a different font.

Hope that helps
 
Joined
Sep 22, 2010
Messages
1
Reaction score
0
Nested iif function

Canjizares
Can anyone help me explain how do i nest iif function to show the following.

In my table i contain several payrol type's for employees (TypeA,TypeB,TypeC,TypeD,TypeE etc.)
Half of those are thru Agency and Half and the other are Internal company contracts.

My results should show (Agency for the ones in Red and HomeOffice for the Blue).
I can only get to show the following

PayrolSource:IIf([epPayroll]="*TypeA*" Or [epPayroll]="TypeB" Or [epPayroll]="TypeC",[epPayroll],"Agency") ....how do i continue so in the results i have only two types (Agency and HomeOffice)?
Many Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top