Tried to bump this old thread thread68-679182 but it is now closed...only 5 years old :)
Is it possible to use the wildcard in an IF formula?
For instance, I have a spreadsheet with text and numbers in the cells, the number of characters varies in the cells so a left, right or mid is out.
I...
Thanks Skip. Column N had just had the number 1 in it. And the formula was summing the amount of occurrences in between the dates regardless of store number (and still is). When I enter in the corresponding store numbers in column N, I am getting some very large numbers.
The set up of the...
Below if the formula I am using and it works (suming the date between the dates) but I want to count specific stores and dates, not just dates.
=SUMPRODUCT(('Top 50 Data'!$A$2:$A$205>=Sheet1!F6)*('Top 50 Data'!$A$2:$A$205<=Sheet1!E6),'Top 50 Data'!$N$2:$N$205)
Is it possible to count the number of occurrences in between a date range if you have a unique identifier?
I can use the SumProduct function to sum the date but I want to count the # of times a 'Store Number' appears in my data dump.
Any help would be appreciated.
Or just I just try an IF...
Thank you all for the tips. I may try the sumproduct function... Right now I have created a unigue identifier with the concatenate function using the store&date&sku as well as using the rank formula with each sku.
No real issue with pivots myself, I was just wondering if I could use the choose formula with a lookup or something like that.
VBA is out for me since I am not at that level.
I guess I am just looking for suggestions of another way to approach this than using a pivot table. Ideally, I want to set up one sheet that will pull the worst variances by the sku column.
I have a list where the unique identifying number repeats several times because of multiple items (different sku numbers). This data also contains an inventory column, sku count column, and variance column.
Other than a pivot table, is there another way where I could rank the variance of each...
It was Number but I changed it to Text. Now when I try and change it back to Number and save I get a Not enough disk space or memory error so it is stuck at text.
I am a nightmare, I know.
PHV
SELECT bytran.CDay, Count(bytran.Sales) AS CountOfSales
FROM ByTran
WHERE bytran.Sales>50
GROUP BY bytran.CDay
I am sorry, I did try your suggestion and the following error occured:
"Data type mismatch criteria in expression
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.