Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to adapt a spreadsheet set-up by someone else for my own use. They
use VLOOKUP and HLOOKUP throughout the doc. The cells pull off of other tabs in the worksheet. I would rather use the SUM function and click on the cells I want from other tabs. Would that be just as effective? If not, why is VLOOKUP better to use? We are using it to calculate company turnover numbers. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
These two functions don't serve the same purpose, they are not interchangeable. Suppose the entriy that you want returned from the other sheet changes. Then if you are using SUM you will need to reenter it or edit it. If VLOOKUP is correctly used it means the formula will be more dynamic and flexible and you won't need to modify it. Also, if you are simply referencing 1 cell, SUM is not the correct approach, just type = and click on the cell in the other sheet. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Bronwen" wrote: I'm trying to adapt a spreadsheet set-up by someone else for my own use. They use VLOOKUP and HLOOKUP throughout the doc. The cells pull off of other tabs in the worksheet. I would rather use the SUM function and click on the cells I want from other tabs. Would that be just as effective? If not, why is VLOOKUP better to use? We are using it to calculate company turnover numbers. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
they are not interchangeable.
...........A..........B 1......Tom.......15 2......Sue........21 3......Lisa.......17 4......Bill.........20 =VLOOKUP("Lisa",A1:B4,2,0) =SUMIF(A1:A4,"Lisa",B1:B4) When the lookup_value is unique and the value to be returned is numeric they are interchangeable. And, in this application SUMIF is more efficient. -- Biff Microsoft Excel MVP "Shane Devenshire" wrote in message ... Hi, These two functions don't serve the same purpose, they are not interchangeable. Suppose the entriy that you want returned from the other sheet changes. Then if you are using SUM you will need to reenter it or edit it. If VLOOKUP is correctly used it means the formula will be more dynamic and flexible and you won't need to modify it. Also, if you are simply referencing 1 cell, SUM is not the correct approach, just type = and click on the cell in the other sheet. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Bronwen" wrote: I'm trying to adapt a spreadsheet set-up by someone else for my own use. They use VLOOKUP and HLOOKUP throughout the doc. The cells pull off of other tabs in the worksheet. I would rather use the SUM function and click on the cells I want from other tabs. Would that be just as effective? If not, why is VLOOKUP better to use? We are using it to calculate company turnover numbers. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |