TinaP
Well-known Member
- Joined
- Jan 26, 2005
- Messages
- 528
Hello Excellers! How can I make a cell values appear in all caps?
I have the following formula in several cells: =DATE($U$1,COLUMN()-2,1). The cell is formatted to show just the month abbreviation: "mmm". Basically the cell just shows the month (Jan, Feb, etc.) but other cells reference the cells and pull the month from the cell so I can't have it show as text for some reason or the dependent cells give me a #VALUE ! error. All of the data is in lowercase but I would like the headings to appear in uppercase both to set them off and because people here like all caps. I don't get it, but happy coworkers make a happy Tina.
I've tried:
I cannot figure out how to make this happen. Any ideas?
I have the following formula in several cells: =DATE($U$1,COLUMN()-2,1). The cell is formatted to show just the month abbreviation: "mmm". Basically the cell just shows the month (Jan, Feb, etc.) but other cells reference the cells and pull the month from the cell so I can't have it show as text for some reason or the dependent cells give me a #VALUE ! error. All of the data is in lowercase but I would like the headings to appear in uppercase both to set them off and because people here like all caps. I don't get it, but happy coworkers make a happy Tina.
I've tried:
- Changing the format from "mmm" to "MMM".
- =UPPER(DATE($U$1,COLUMN()-2,1)) which changed the value to text and screwed up the formulas downstream.
- 6 or 7 other formulas which have all blended together in my mind into some formula hash.
I cannot figure out how to make this happen. Any ideas?