Thread: Vlookup
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
George A. Jululian[_2_] George A. Jululian[_2_] is offline
external usenet poster
 
Posts: 89
Default Vlookup

Many thanks for your help

"Jim May" wrote:

If B2 = August << as Text or July, June << you supply
You can use the Sumif()

thusly,

=SUMIF(C4:C10,B2,D4:D10)

Jim May

"George A. Jululian" wrote:

I need a VLOOKUP formula that to find August month in the column and to add
sum only August month in a sheet

In my formula B2 is the month I request MID is sheet I request to find
august month and add sum only August

=VLOOKUP(B2,MTD!A4:AZ400,2,FALSE)