R
Rishikesh Khedkar
SUBJECT: count a value which appears multiple times in a worksheet across
multiple worksheet.
Scenerio: I am a network engineer. I am done with an assessment at a client
who has many sites/closets. Now every site is a worksheet. Every column is a
device in the respective site. Every row is a parameter like switch name,
make model, qos enabled or not, total number of ports, no. of free ports etc
etc. There are 19 worksheets (Sites). The 20th worksheet is the summary. In
this sheet, I want to know 1. what are the different type(make model) of
switches available for all the sites in one column(Column A) and a count of
every type of switch(make model) in column B.
I achieved this using =COUNTIF('Sheet 1'!1:65536, "WS-C4503")+COUNTIF('Sheet
2'!1:65536, "WS-C4503")+COUNTIF('Sheet 3'!1:65536, "WS-C4503") ....till sheet
19
I want to know if there is a smarter way of doing this
Rishikesh Khedkar
multiple worksheet.
Scenerio: I am a network engineer. I am done with an assessment at a client
who has many sites/closets. Now every site is a worksheet. Every column is a
device in the respective site. Every row is a parameter like switch name,
make model, qos enabled or not, total number of ports, no. of free ports etc
etc. There are 19 worksheets (Sites). The 20th worksheet is the summary. In
this sheet, I want to know 1. what are the different type(make model) of
switches available for all the sites in one column(Column A) and a count of
every type of switch(make model) in column B.
I achieved this using =COUNTIF('Sheet 1'!1:65536, "WS-C4503")+COUNTIF('Sheet
2'!1:65536, "WS-C4503")+COUNTIF('Sheet 3'!1:65536, "WS-C4503") ....till sheet
19
I want to know if there is a smarter way of doing this
Rishikesh Khedkar