Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Is it possible to use a value from a pull down in a SUMIF statement? =SUMIF(Forecast!B2:B218,Main!K11,Forecast!F2:F218) I would like Forecast to be replaced by M6 on the "Main" tab. Thanks Steve |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Look in the help index for INDIRECT
-- Don Guillett Microsoft MVP Excel SalesAid Software "Steve" wrote in message ... Hi Is it possible to use a value from a pull down in a SUMIF statement? =SUMIF(Forecast!B2:B218,Main!K11,Forecast!F2:F218) I would like Forecast to be replaced by M6 on the "Main" tab. Thanks Steve |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=SUMIF(INDIRECT("'" & Main!M6 & "'!B2:B218"),Main!K11,INDIRECT("'" & Main!M6
& "'!F2:F218")) If this post helps click Yes --------------- Jacob Skaria "Steve" wrote: Hi Is it possible to use a value from a pull down in a SUMIF statement? =SUMIF(Forecast!B2:B218,Main!K11,Forecast!F2:F218) I would like Forecast to be replaced by M6 on the "Main" tab. Thanks Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to SUMIF + IF without !VALUE# | Excel Worksheet Functions | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |