Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi. I have an excel template that opens a workbook and takes values from it
using the INDIRECT function in cells. What I need to do now is look at Sheet 4 in the workbook and copy rows only if column B is equal to "CAT" or "DOG". Is this possible? Cathy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Combine Vlookup and the If statement. If it is the sum of values use Sumif
|
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the reply. Can you explain....
Cathy "Roelof van Wyk" wrote: Combine Vlookup and the If statement. If it is the sum of values use Sumif |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
combine vlookup and if function. Use sumif it is values you need to be added
|
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have never heard tell of the vlookup function
"Roelof van Wyk" wrote: combine vlookup and if function. Use sumif it is values you need to be added |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Will take some time, use the help files.
Vlookup - Searches for a value in the leftmost column of a table, and then returns a value in the same row from a column you specify in the table. In combining if before the vlookup you could get the answer you want i.e. =if(A3="cat",Vlookup(a1,Sheet!'sheet1'A1:c20,3,Fal se),... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Cells in a column depending on another column but excluding duplicates | Excel Discussion (Misc queries) | |||
Sum values in a column depending on start time in another column | New Users to Excel | |||
How do I copy a row depending on the content of a cell in the row | Excel Worksheet Functions | |||
splitting one column into rows depending on the data in the column | Excel Programming | |||
copy row depending on value to new sheet | Excel Discussion (Misc queries) |