Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a Sheet named "Report" and at the beginning it has a summary
To create the summary I use the VLOOKUP to find just the data I need but now I want to get some data from another sheet - how do I do this The other sheet is named "Building" and I want the total in column 3 - first column will have "1-1110" in it - it will be in the area A3 to C200 Any help please |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Thu, 31 Jul 2008 03:00:06 -0700, Nylex
wrote: I have a Sheet named "Report" and at the beginning it has a summary To create the summary I use the VLOOKUP to find just the data I need but now I want to get some data from another sheet - how do I do this The other sheet is named "Building" and I want the total in column 3 - first column will have "1-1110" in it - it will be in the area A3 to C200 Any help please Try this formula: =VLOOKUP("1-1110",Building!A3:C200,3,FALSE) Hope this helps / Lars-Åke |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That got further than I have - enter the formula as below and got no error
messqge - but the answer is #N/A "Lars-Ã…ke Aspelin" wrote: On Thu, 31 Jul 2008 03:00:06 -0700, Nylex wrote: I have a Sheet named "Report" and at the beginning it has a summary To create the summary I use the VLOOKUP to find just the data I need but now I want to get some data from another sheet - how do I do this The other sheet is named "Building" and I want the total in column 3 - first column will have "1-1110" in it - it will be in the area A3 to C200 Any help please Try this formula: =VLOOKUP("1-1110",Building!A3:C200,3,FALSE) Hope this helps / Lars-Ã…ke |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You will get #N/A if VLOOKUP can not find a match.
Make sure that you have no extra blanks, leading or trailing, in the data in column A of worksheet Building, and that you have the correct spelling of the worksheet name. Lars-Åke On Thu, 31 Jul 2008 05:32:01 -0700, Nylex wrote: That got further than I have - enter the formula as below and got no error messqge - but the answer is #N/A "Lars-Åke Aspelin" wrote: On Thu, 31 Jul 2008 03:00:06 -0700, Nylex wrote: I have a Sheet named "Report" and at the beginning it has a summary To create the summary I use the VLOOKUP to find just the data I need but now I want to get some data from another sheet - how do I do this The other sheet is named "Building" and I want the total in column 3 - first column will have "1-1110" in it - it will be in the area A3 to C200 Any help please Try this formula: =VLOOKUP("1-1110",Building!A3:C200,3,FALSE) Hope this helps / Lars-Åke |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Matrix lookup/mulitple criteria lookup | Excel Discussion (Misc queries) | |||
Get Cell Address From Lookup (Alternative to Lookup) | Excel Worksheet Functions | |||
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup | Excel Worksheet Functions | |||
Sumproduct - Condition based on lookup of a Lookup | Excel Discussion (Misc queries) | |||
Pivot table doing a lookup without using the lookup function? | Excel Discussion (Misc queries) |