Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,590
- Office Version
- 365
- 2016
- Platform
- Windows
I am trying to create a text string from the values in 3 cells.
I am looking to achieve this string in T2
1 - Monster [06-Mar-02 0:06:17]
I am getting a #NAME error with this formula.
Note: I feel I have the value in R2 represented (formatted) wrong. It's showing as a time, 0:6:17 is 12:10:17 am. It really is supposed to represent duration, ie 0:06:17 is supposed to represent 6 minutes and 17 seconds. Please help me correct this as well if it is indeed wrong.
Cell Formulas | ||
---|---|---|
Range | Formula | |
Q2:R2 | Q2 | =D2 |
T2 | T2 | =S2 & " - " & P2 & " [" & format(Q2,"yy-mmm-dd") & " " &R2& "]" |
I am looking to achieve this string in T2
1 - Monster [06-Mar-02 0:06:17]
I am getting a #NAME error with this formula.
Note: I feel I have the value in R2 represented (formatted) wrong. It's showing as a time, 0:6:17 is 12:10:17 am. It really is supposed to represent duration, ie 0:06:17 is supposed to represent 6 minutes and 17 seconds. Please help me correct this as well if it is indeed wrong.