UndwaterExcelWeaver
New Member
- Joined
- Mar 2, 2019
- Messages
- 38
- Office Version
- 365
- Platform
- Windows
I am trying to do a simple formula to add the word "Week" before the weeknum function but I am getting a #Value error for some reason. I am following the instructions exactly that I read on this so I'm not sure what the issue is. I achieved my goal visually by changing the number format to include the word "week" but that does not function correctly when matching that cell to that in another workbook, presumedly because it is really only seeing the week number and not the text that I added. Instead, here is the formula I'm using, where cell D1 contains the date:
=CONCATENATE("Week ",WEEKNUM(D1)+1)
The label "week ##" is in another sheet and I'm using that text as a reference point to pull in the correct data into this sheet, so I need the two sheets to have identical text while also updating automatically based on the date.
Thanks
EDIT: I have also tried the simpler ="Week " &weeknum(D1)+1. This does not work either.
=CONCATENATE("Week ",WEEKNUM(D1)+1)
The label "week ##" is in another sheet and I'm using that text as a reference point to pull in the correct data into this sheet, so I need the two sheets to have identical text while also updating automatically based on the date.
Thanks
EDIT: I have also tried the simpler ="Week " &weeknum(D1)+1. This does not work either.
Last edited by a moderator: