Conditonal format based on another cell value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'd like to format a row, or part of a row, based on the value in one cell of the row...

The example I'm working on is a GPA calculator for my wife, we want to be able to add classes for future semesters, but format them differently based on the clomun "Semester" which has a number value so that the entire row is, say, bold fo past, italicised for future, plain for current.

Is this possible?

Thanks,
Camwyn
 
Camwyn

yes, you can do this quite easily:

in the conditional formatting dialogue, set the first condition to be:
Formula is =$A2="past"; set the format to bold.
use Add for more conditions. set the first condition to be: Formula is
=$A2="future"; set the format to italic.

You could add a third condition for the present and format this as regular.

Change past, present and future to your values and choose appropriate
formatting.

Regards

Trevor


Camwyn said:
Hi,

I'd like to format a row, or part of a row, based on the value in one cell of the row...

The example I'm working on is a GPA calculator for my wife, we want to be
able to add classes for future semesters, but format them differently based
on the clomun "Semester" which has a number value so that the entire row is,
say, bold fo past, italicised for future, plain for current.
 

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

Back
Top