Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi there,
I was wondering if its possible to have 2 formulas in one cell. Such as vlookup one value and then vlookup another value and display both results in one cell. Thanks |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi
Just join the two VLOOKUPs with & or &" "& if you want a gap in between. You could also use a slash, colon etc. Andy. "chris" wrote in message ... Hi there, I was wondering if its possible to have 2 formulas in one cell. Such as vlookup one value and then vlookup another value and display both results in one cell. Thanks |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thats brilliant.
thank you very much Regards Chris "Andy" wrote: Hi Just join the two VLOOKUPs with & or &" "& if you want a gap in between. You could also use a slash, colon etc. Andy. "chris" wrote in message ... Hi there, I was wondering if its possible to have 2 formulas in one cell. Such as vlookup one value and then vlookup another value and display both results in one cell. Thanks |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You cane use:
=VLOOKUP(...)&"-"&VLOOKUP(...) HTH -- AP "chris" a écrit dans le message de ... Hi there, I was wondering if its possible to have 2 formulas in one cell. Such as vlookup one value and then vlookup another value and display both results in one cell. Thanks |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thats brilliant, thank you very much
Regards Chris "Ardus Petus" wrote: You cane use: =VLOOKUP(...)&"-"&VLOOKUP(...) HTH -- AP "chris" a écrit dans le message de ... Hi there, I was wondering if its possible to have 2 formulas in one cell. Such as vlookup one value and then vlookup another value and display both results in one cell. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i use 'if' command to display answer in different cell? | Excel Discussion (Misc queries) | |||
Why doen't PasteSpecial, Formulas not display formula in cell? | Excel Discussion (Misc queries) | |||
Why does Custom Format not control Cell Display? | Excel Discussion (Misc queries) | |||
Can multiple cell results be displayed in a single cell? | Excel Discussion (Misc queries) | |||
Displaying the results of multiple formulas in a single cell. | New Users to Excel |