ParaSitius
New Member
- Joined
- Nov 11, 2013
- Messages
- 11
Hi all,
I'm currently doing a MOST course and have recently come across conditional formatting for the first time which I thought would be quite useful in some of the work that I do in Excel 2003.
I've done a spot of searching on this forum before posting this question as I have come a bit stuck with getting CF to work correctly. I'm trying to use two colours depending on whether the cell is blank or is one or higher, a cell with zero is left white. I would like a blank cell to be purple and the cell >=1 to be yellow.
I believe I have got the initial part of pulling data from worksheet 'Grid' to worksheet 'T.I. Count' correct by using the following formula (the cell DZ3 is being used at it is the latest data in a large sheet).
=IF(ISBLANK(Grid!DZ3),"",Grid!DZ3) --the formula is used all the way down to row DZ81.
The above formula gives me the correct result in 'T.I. Count' so I can see the blanks, zeros and other numbers but I'm stuck with getting CF to show the correct colour.
I've tried using =MATCH but the examples I've tried to follow don't seem to work for me and all I seem to get is a white cell.
Any help would be appreciated.
I'm currently doing a MOST course and have recently come across conditional formatting for the first time which I thought would be quite useful in some of the work that I do in Excel 2003.
I've done a spot of searching on this forum before posting this question as I have come a bit stuck with getting CF to work correctly. I'm trying to use two colours depending on whether the cell is blank or is one or higher, a cell with zero is left white. I would like a blank cell to be purple and the cell >=1 to be yellow.
I believe I have got the initial part of pulling data from worksheet 'Grid' to worksheet 'T.I. Count' correct by using the following formula (the cell DZ3 is being used at it is the latest data in a large sheet).
=IF(ISBLANK(Grid!DZ3),"",Grid!DZ3) --the formula is used all the way down to row DZ81.
The above formula gives me the correct result in 'T.I. Count' so I can see the blanks, zeros and other numbers but I'm stuck with getting CF to show the correct colour.
I've tried using =MATCH but the examples I've tried to follow don't seem to work for me and all I seem to get is a white cell.
Any help would be appreciated.