Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In one worksheet I've got weekdays (SUN-SAT). What I would like to do is link
those cells to another worksheet in the same workbook, but have them be minus one day. For example: worksheet1 would have WED, but the linked cell in worksheet2 would be TUE. Is there any way to do this? Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What type of data are SUN-SAT? Are they real Excel dates custom formatted
like "ddd" or strings (texts)? -- Regards! Stefi €˛bcags7€¯ ezt Ć*rta: In one worksheet I've got weekdays (SUN-SAT). What I would like to do is link those cells to another worksheet in the same workbook, but have them be minus one day. For example: worksheet1 would have WED, but the linked cell in worksheet2 would be TUE. Is there any way to do this? Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this
=LOOKUP(Sheet3!A2,{"FRI","MON","SAT","SUN","THU"," TUE","WED"},{"THU","SUN","FRI","SAT","WED","MON"," TUE"}) HTH Bob "bcags7" wrote in message ... In one worksheet I've got weekdays (SUN-SAT). What I would like to do is link those cells to another worksheet in the same workbook, but have them be minus one day. For example: worksheet1 would have WED, but the linked cell in worksheet2 would be TUE. Is there any way to do this? Thanks in advance |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm not sure what data type they would be. In the first cell I entered one
day (Mon) and auto-filled the rest of the row for a full month. Would this be a string? "Stefi" wrote: What type of data are SUN-SAT? Are they real Excel dates custom formatted like "ddd" or strings (texts)? -- Regards! Stefi €˛bcags7€¯ ezt Ć*rta: In one worksheet I've got weekdays (SUN-SAT). What I would like to do is link those cells to another worksheet in the same workbook, but have them be minus one day. For example: worksheet1 would have WED, but the linked cell in worksheet2 would be TUE. Is there any way to do this? Thanks in advance |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
See my earlier response, that will work.
HTH Bob "bcags7" wrote in message ... I'm not sure what data type they would be. In the first cell I entered one day (Mon) and auto-filled the rest of the row for a full month. Would this be a string? "Stefi" wrote: What type of data are SUN-SAT? Are they real Excel dates custom formatted like "ddd" or strings (texts)? -- Regards! Stefi "bcags7" ezt ķrta: In one worksheet I've got weekdays (SUN-SAT). What I would like to do is link those cells to another worksheet in the same workbook, but have them be minus one day. For example: worksheet1 would have WED, but the linked cell in worksheet2 would be TUE. Is there any way to do this? Thanks in advance |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, they are strings, I'd have thought it, because real custom formatted
Excel dates aren't fully in capitals (SUN-SAT) but Sun-Sat. -- Regards! Stefi €˛bcags7€¯ ezt Ć*rta: I'm not sure what data type they would be. In the first cell I entered one day (Mon) and auto-filled the rest of the row for a full month. Would this be a string? "Stefi" wrote: What type of data are SUN-SAT? Are they real Excel dates custom formatted like "ddd" or strings (texts)? -- Regards! Stefi €˛bcags7€¯ ezt Ć*rta: In one worksheet I've got weekdays (SUN-SAT). What I would like to do is link those cells to another worksheet in the same workbook, but have them be minus one day. For example: worksheet1 would have WED, but the linked cell in worksheet2 would be TUE. Is there any way to do this? Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
WEEKDAY() function: display TEXT not numeric weekday | Excel Discussion (Misc queries) | |||
Weekday | Excel Worksheet Functions | |||
Weekday | Excel Discussion (Misc queries) | |||
Weekday | Excel Worksheet Functions | |||
WEEKDAY using IF | Excel Discussion (Misc queries) |