Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I am interested in having a formula in a cell along with some text. Is that possible? Specifically, I am interested in having a range of dates. I want one cell to be: "=Today()-7" "to" The next cell to the right would be: "=Today()" Our format will not allow for another active cell to be used. Is this possible? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Almost correct: =Today()-7 & " to " Note the spaces after after the quote and at the end, thats simply to space it from the formula result. Is this what you wanted?Chadersmith;444257 Wrote: Hi, I am interested in having a formula in a cell along with some text. Is that possible? Specifically, I am interested in having a range of dates. I want one cell to be: "=Today()-7" "to" The next cell to the right would be: "=Today()" Our format will not allow for another active cell to be used. Is this possible? -- Simon Lloyd Regards, Simon Lloyd 'Microsoft Office Help' (http://www.thecodecage.com) ------------------------------------------------------------------------ Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=123196 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Simon,
I am receiving an error with the text you suggested. I directly entered: =TODAY()-7 & " to " but am still getting an error. Any other ideas? Or did I enter something incorrectly? Thanks, Chad "Simon Lloyd" wrote: Almost correct: =Today()-7 & " to " Note the spaces after after the quote and at the end, thats simply to space it from the formula result. Is this what you wanted?Chadersmith;444257 Wrote: Hi, I am interested in having a formula in a cell along with some text. Is that possible? Specifically, I am interested in having a range of dates. I want one cell to be: "=Today()-7" "to" The next cell to the right would be: "=Today()" Our format will not allow for another active cell to be used. Is this possible? -- Simon Lloyd Regards, Simon Lloyd 'Microsoft Office Help' (http://www.thecodecage.com) ------------------------------------------------------------------------ Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=123196 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If by "error" you mean that you have a number followed by " to", then
you will need to do this: =TEXT(TODAY()-7,"dd/mm/yyyy") & " to " Hope this helps. Pete On Aug 7, 12:41*pm, Chadersmith wrote: Hi Simon, I am receiving an error with the text you suggested. I directly entered: =TODAY()-7 & " to " but am still getting an error. Any other ideas? Or did I enter something incorrectly? Thanks, Chad "Simon Lloyd" wrote: Almost correct: =Today()-7 & " to " Note the spaces after after the quote and at the end, thats simply to space it from the formula result. Is this what you wanted?Chadersmith;444257 Wrote: Hi, I am interested in having a formula in a cell along with some text. Is that possible? Specifically, I am interested in having a range of dates. I want one cell to be: "=Today()-7" "to" The next cell to the right would be: "=Today()" Our format will not allow for another active cell to be used. Is this possible? -- Simon Lloyd Regards, Simon Lloyd 'Microsoft Office Help' (http://www.thecodecage.com) ------------------------------------------------------------------------ Simon Lloyd's Profile:http://www.thecodecage.com/forumz/member.php?userid=1 View this thread:http://www.thecodecage.com/forumz/sh....php?t=123196- Hide quoted text - - Show quoted text - |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() What error are you recieving?, PeteUk has given the solution to allow you to see a date rather than a date serial, if Pete han't solved your query can you eloborate?Chadersmith;444883 Wrote: Hi Simon, I am receiving an error with the text you suggested. I directly entered: =TODAY()-7 & " to " but am still getting an error. Any other ideas? Or did I enter something incorrectly? Thanks, Chad "Simon Lloyd" wrote: Almost correct: =Today()-7 & " to " Note the spaces after after the quote and at the end, thats simply to space it from the formula result. Is this what you wanted?Chadersmith;444257 Wrote: Hi, I am interested in having a formula in a cell along with some text. Is that possible? Specifically, I am interested in having a range of dates. I want one cell to be: "=Today()-7" "to" The next cell to the right would be: "=Today()" Our format will not allow for another active cell to be used. Is this possible? -- Simon Lloyd Regards, Simon Lloyd 'Microsoft Office Help' ('The Code Cage - Microsoft Office Help - Microsoft Office Discussion' (http://www.thecodecage.com)) ------------------------------------------------------------------------ Simon Lloyd's Profile: 'The Code Cage Forums - View Profile: Simon Lloyd' (http://www.thecodecage.com/forumz/member.php?userid=1) View this thread: 'Formulas plus text in cell - The Code Cage Forums' (http://www.thecodecage.com/forumz/sh...d.php?t=123196) -- Simon Lloyd Regards, Simon Lloyd 'Microsoft Office Help' (http://www.thecodecage.com) ------------------------------------------------------------------------ Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=123196 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i format a cell to use text and formulas | Excel Worksheet Functions | |||
Mixing text and formulas in the same cell | Excel Discussion (Misc queries) | |||
text and formulas in the same cell | Excel Worksheet Functions | |||
Add text to cell formulas? | Excel Worksheet Functions | |||
Cell references in formulas become text | Excel Discussion (Misc queries) |