S
StargateFanFromWork
Because of a unique but complicated requirement, custom formatting a cell
with
yyyy" -- Week: _________"
didn't work anymore. But I fixed it by using this in the cell formula
instead:
=IF(A2<>"",TEXT($A$2,"yyyy"),"")
(I was getting #VALUE! before I did this change above due to special formula
requirements which this group helped out with over the weekend).
This formula above gives me:
"2007".
Instead of just the year, i.e., "2007", how can I change the formula from
the just "2007" to display the year _and_ some text instead:
2007 -- Week: _________
where the year is achieved through "yyyy" on A2, etc.?
I tried all sorts of wacky things along the line of
=IF(A2<>"",TEXT($A$2,"yyyy" & " -- Week: _________"),"")
but, naturally, no luck no matter what I tried
. Thanks. Blunderwoman
still blundering around with this one <g>.
with
yyyy" -- Week: _________"
didn't work anymore. But I fixed it by using this in the cell formula
instead:
=IF(A2<>"",TEXT($A$2,"yyyy"),"")
(I was getting #VALUE! before I did this change above due to special formula
requirements which this group helped out with over the weekend).
This formula above gives me:
"2007".
Instead of just the year, i.e., "2007", how can I change the formula from
the just "2007" to display the year _and_ some text instead:
2007 -- Week: _________
where the year is achieved through "yyyy" on A2, etc.?
I tried all sorts of wacky things along the line of
=IF(A2<>"",TEXT($A$2,"yyyy" & " -- Week: _________"),"")
but, naturally, no luck no matter what I tried

still blundering around with this one <g>.