Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to fill in information in a "header" page and have the
information populate throughout the rest of the workbook. I am running into a problem trying to add a space between the information from the "header" page. ex. =(header!A2) & (header!A3) How do I add a "forced" space between the two pieces of information? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This could be a case of "too easy, so I probably misinterpreted the
question", but does the following solve your problem? =(header!A2) & " " & (header!A3) "kmhog" wrote: I am trying to fill in information in a "header" page and have the information populate throughout the rest of the workbook. I am running into a problem trying to add a space between the information from the "header" page. ex. =(header!A2) & (header!A3) How do I add a "forced" space between the two pieces of information? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you! I was completely brain farting! Thanx again!
"Ryan Poth" wrote: This could be a case of "too easy, so I probably misinterpreted the question", but does the following solve your problem? =(header!A2) & " " & (header!A3) "kmhog" wrote: I am trying to fill in information in a "header" page and have the information populate throughout the rest of the workbook. I am running into a problem trying to add a space between the information from the "header" page. ex. =(header!A2) & (header!A3) How do I add a "forced" space between the two pieces of information? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automate creation of sheets in excel | Excel Worksheet Functions | |||
AUTOMATING JOB SHEETS IN EXCEL | New Users to Excel | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Linking References from Multiple Sheets to One Summary Sheet | Setting up and Configuration of Excel | |||
getting data from 2 excel sheets automatically | Excel Worksheet Functions |