#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Countif/Vlookup

Regional Sales Florida = RSF

I need to count the number of times €œRSF€ appear in 3 ranges. Im using the
below formula to do it.

=COUNTIF($I$51:$I$253,B41)+COUNTIF('TSection'!$I:$ I,B41)+COUNTIF('BSection'!$I:$I,B41)

The problem is that the data appeared on the cells as Regional sales Florida.

How can I combine countif and Vlookup to get a result?
--
Juan Carlos
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Countif/Vlookup

So, do you have Regional Sales Florida in cell c41?

If so, then:

=COUNTIF($I$51:$I$253,VLOOKUP(B41,B:C,2,0))+COUNTI F('TSection'!$I:$I,VLOOKUP(B41,B:C,2,0))+COUNTIF(' BSection'!$I:$I,VLOOKUP(B41,B:C,2,0))

would look for regional Sales florida in the mentioned ranges.

Otherwise, may need to adjust.

"juancarlos" wrote:

Regional Sales Florida = RSF

I need to count the number of times €œRSF€ appear in 3 ranges. Im using the
below formula to do it.

=COUNTIF($I$51:$I$253,B41)+COUNTIF('TSection'!$I:$ I,B41)+COUNTIF('BSection'!$I:$I,B41)

The problem is that the data appeared on the cells as Regional sales Florida.

How can I combine countif and Vlookup to get a result?
--
Juan Carlos

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Countif/Vlookup

Your answer worked...Thanks for your help.

Juan Carlos


"Sean Timmons" wrote:

So, do you have Regional Sales Florida in cell c41?

If so, then:

=COUNTIF($I$51:$I$253,VLOOKUP(B41,B:C,2,0))+COUNTI F('TSection'!$I:$I,VLOOKUP(B41,B:C,2,0))+COUNTIF(' BSection'!$I:$I,VLOOKUP(B41,B:C,2,0))

would look for regional Sales florida in the mentioned ranges.

Otherwise, may need to adjust.

"juancarlos" wrote:

Regional Sales Florida = RSF

I need to count the number of times €œRSF€ appear in 3 ranges. Im using the
below formula to do it.

=COUNTIF($I$51:$I$253,B41)+COUNTIF('TSection'!$I:$ I,B41)+COUNTIF('BSection'!$I:$I,B41)

The problem is that the data appeared on the cells as Regional sales Florida.

How can I combine countif and Vlookup to get a result?
--
Juan Carlos

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
countif and Vlookup pol Excel Discussion (Misc queries) 2 July 15th 09 05:01 PM
COUNTIF and VLOOKUP mpenkala Excel Worksheet Functions 3 April 10th 08 10:20 PM
countif w/vlookup sjl Excel Discussion (Misc queries) 2 February 16th 07 03:05 PM
vlookup and countif??? Joe Excel Worksheet Functions 5 March 13th 06 10:33 AM
Countif or Vlookup praveen_khm Excel Worksheet Functions 1 February 3rd 06 08:17 PM


All times are GMT +1. The time now is 01:51 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"