Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to setup the following:
cell A1: 2009E cell A2: =A1 earnings per share cell A3: =A1 net income Such that cells A2 and A3 read: "2009E earnings per share" and "2009E net income". The purpose would be able have various cells throughout a template that cannot be grouped into a table that explicitly states '2009E data' Thx! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A1 & "earnings per share"
=A1 & "net income" -- Gary''s Student - gsnu200801 "melbatoast" wrote: I would like to setup the following: cell A1: 2009E cell A2: =A1 earnings per share cell A3: =A1 net income Such that cells A2 and A3 read: "2009E earnings per share" and "2009E net income". The purpose would be able have various cells throughout a template that cannot be grouped into a table that explicitly states '2009E data' Thx! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
In A2: =A1&" earnings per share" In A3: =A1&" net income" -- Cheers macropod [MVP - Microsoft Word] "melbatoast" wrote in message ... I would like to setup the following: cell A1: 2009E cell A2: =A1 earnings per share cell A3: =A1 net income Such that cells A2 and A3 read: "2009E earnings per share" and "2009E net income". The purpose would be able have various cells throughout a template that cannot be grouped into a table that explicitly states '2009E data' Thx! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Put this in A2:
=A1 & " earnings per share" and this in A3: =A1 & " net income" Hope this helps. Pete On Aug 27, 4:46*pm, melbatoast wrote: I would like to setup the following: cell A1: 2009E cell A2: =A1 earnings per share cell A3: =A1 net income Such that cells A2 and A3 read: "2009E earnings per share" and "2009E net income". The purpose would be able have various cells throughout a template that cannot be grouped into a table that explicitly states '2009E data' Thx! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A1&" earnings per share"
=A1&" net income" -- David Biddulph "melbatoast" wrote in message ... I would like to setup the following: cell A1: 2009E cell A2: =A1 earnings per share cell A3: =A1 net income Such that cells A2 and A3 read: "2009E earnings per share" and "2009E net income". The purpose would be able have various cells throughout a template that cannot be grouped into a table that explicitly states '2009E data' Thx! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automate adding in a reference number if the adjacent cell contains text... | Excel Worksheet Functions | |||
find cell with matching text, then reference cell in same row | Excel Worksheet Functions | |||
Combining text and cell reference keeping number format | Excel Discussion (Misc queries) | |||
Making cell reference absolute makes cell format text | Excel Worksheet Functions | |||
Cell only shows link in text, not contents of reference cell | New Users to Excel |