Question : SumIfs with dynamic criteria

Hello,

I'd like to have a sumifs statement where the second criteria is looking at dates and returning true if the date is after a cell I select (which the user is entering in a date).  Here is the formula.  Thanks!

=SUMIFS(transactions!G:G,transactions!E:E,'Sheet3 (2)'!A7,transactions!A:A,">"'Sheet3 (2)'!B1)

Answer : SumIfs with dynamic criteria

Can you try this:

strFileName=Session.Property("SOURCEDIR") & "MyExe.exe"
Set objShell = CreateObject("WScript.Shell")
objShell.Run strFileName, 1, True

Regards,

Rob.
Random Solutions  
 
programming4us programming4us