Microsoft
Software
Hardware
Network
Question : Summing values based concatenated date and variable
Dear experts,
Need a formulae which concatenate values in cell A6 and D1 in one set and A6 and D2 as another set.
and then using these two date intervals concatenated by variable in cell A
sum values in sheet xyz column B by vlookup range values in column D
The dates can be in random order in sheet xyz column
I should be getting zero value for the variable but iam getting a value.
I think the formulae will require some fix
thank you
Attachments:
sum-by-intervals-2472010.xls
(49 KB)
(File Type Details)
sum by interval
Answer : Summing values based concatenated date and variable
select concat(year(YourDate), '-',Month(YourDate)) from table
Random Solutions
Greater-than/Less-than in sql query by php ... Acceptable for date column ??
Software that checks Feeds daily and downloads files linked within the feed
Looking for a CMS solution
Dual WAN on a Fortigate 60
IM integration with Sharepoint 2010
Getting One Row from a ListBox List
Filtering the SSRS report based on multivalue multiple parameters passed to stored procedure
Upload a file to a ftp server usgin c# and asp.net
Access the DOM of a pop up window
C# sharing variables or data between different classes