View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Robert is offline
external usenet poster
 
Posts: 193
Default If-Then Formula

The answers by Bob and Tom to Phil's question were very clear. They helped me also. Thank You!

An add-on question, if you don't mind...

Is there also a way to conditionally change the cell format at the same time as we change the value - such as font and fill color?

--
Robert


"Phil Hageman" wrote:

This is a re-post of a previous request, explained differently - I need a single formula to do the following:

Variables is the name of a worksheet
This formula is located in another worksheet named Scorecard

If Variables!C12=€ťA1€ť, then populate cell with Variables!D53
If Variables!C12=€ťA2€ť, then populate cell with Variables!D54
If Variables!C12=€ťA3€ť, then populate cell with Variables!D55
If Variables!C12 is blank, then populate cell with blank.