My goal is to have the result of:
11:29:30 AM United States 2,575,517 0.1046%
11:29:30 AM Japan 6,013,355 0.2442%
11:29:30 AM Hong Kong 669,088 0.0272%
update every time the data from wrksheet1 refreshes. However with the current VBA in my wrksheet it continues to grow row by...
I have:
Private Sub Worksheet_Change(ByVal Target As Range) code in this worksheet so that the code runs everytime the data refreshes, however the data is all formulas linked to another worksht. So even though the data values are changing - the actual data is NOT changing so the Change code...
Is it possible to use the sumif function based on two criteria?
ex. of current line:
=SUMIF('All Data'!$Z$2:$Z$10017,"JAP",'All Data'!$D$2:$D$10017)
And I would like to somehow also include AND IF ('All Data'!$AF$2:$AF$10017,"<>*US*") into the above function
let me know
thanks
jumbo
I have a data set that is dynamic and refreshes every 5 seconds. I would like to do several things to this data set.
1. Hide any rows that have a value of 0 in column B
2. Unhide any rows that have a value <>0 in column B
3. Sort the remaining unhidden columns descending by column B
4. Repeat...
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.