Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 3 data sheets:
Sheet1, sheet2, sheet3 From Sheet1 a value V1 is taken and looked up in Sheet2 another value corresponding to V1 ia taken say V2 (I tried doing this by Vlookup and am able to do find V1 and take V2) and V2 is checked in Sheet3 in data which is arranged horizontally and under this value I have a lot of values in the same column. I want to select this range of data and then count the number of cells for a particular value. How can i do it ? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
assumed sheet 1 - value V1 = xyz
same value is been looked in sheet 2 e.g., sheet 2 col V Col W abc 123 xyz 456 cbz 789 by looking up for xyz in sheet 1 value result will be 456 and same number is been looked up sheet 3 and u need to count that number ? Is this you are looking for I guees u need count function =COUNTIF(sheet3!V2:Y2,sheet1!V2) On Dec 6, 5:32*pm, Ajay wrote: I have 3 data sheets: Sheet1, sheet2, sheet3 From Sheet1 a value V1 is taken and looked up in Sheet2 another value corresponding to V1 ia taken say V2 (I tried doing this by Vlookup and am able to do find V1 and take V2) and V2 is checked in Sheet3 in data which is arranged horizontally and under this value I have a lot of values in the same column. I want to select this range of data and then count the number of cells for a particular value. How can i do it ? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
suppose for 456
123 456 789 a b c d b a b a c I want to count b's under 456 I can use countif(sheet3!V2:Y2,"b") but how do i get that V2:Y2 refers to the data below 456 only "muddan madhu" wrote: assumed sheet 1 - value V1 = xyz same value is been looked in sheet 2 e.g., sheet 2 col V Col W abc 123 xyz 456 cbz 789 by looking up for xyz in sheet 1 value result will be 456 and same number is been looked up sheet 3 and u need to count that number ? Is this you are looking for I guees u need count function =COUNTIF(sheet3!V2:Y2,sheet1!V2) On Dec 6, 5:32 pm, Ajay wrote: I have 3 data sheets: Sheet1, sheet2, sheet3 From Sheet1 a value V1 is taken and looked up in Sheet2 another value corresponding to V1 ia taken say V2 (I tried doing this by Vlookup and am able to do find V1 and take V2) and V2 is checked in Sheet3 in data which is arranged horizontally and under this value I have a lot of values in the same column. I want to select this range of data and then count the number of cells for a particular value. How can i do it ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
select range containing data | Excel Discussion (Misc queries) | |||
When entering data into a range of cells, select the entire range. | Excel Discussion (Misc queries) | |||
In data range select final value. | Excel Discussion (Misc queries) | |||
Select data to appear on 2nd sheet by date range... | Excel Discussion (Misc queries) | |||
Select updated data from a range of columns | Excel Worksheet Functions |