julieduncan
New Member
- Joined
- Jul 20, 2011
- Messages
- 4
I have one excel workbook with three sheets in the file. The first sheet contains budget data, the second sheet contains actual data and the third sheet uses if formulas stating if there is an actual number to pull the actual data, but if no actual data exists then to pull the budgeted data. I would like the text to be different color on the 3rd spreadsheet depending on if it is pulling actual or budgeted data. Anyone have any ideas how I can do this? My if statement looks like this on the 3rd sheet - "=IF(Sheet1!A1<>0,Sheet1!A1,Sheet2!A1)"