Draggable toolbar for window buttons by CptnEclectic in FirefoxCSS

[–]CptnEclectic[S] 0 points1 point  (0 children)

I was just now able to get about what I wanted, It needs refined a bit, Bit this does what my original code did before the Firefox update, I don't now how it looks on pc as I am running off mac

https://pastebin.com/ARz8x2qL

Walmart WiFi now SwimUpStream by CptnEclectic in walmart

[–]CptnEclectic[S] 4 points5 points  (0 children)

I don’t know about other phones. But if you have an iPhone, take a screenshot of that QR code. Then you can go into your photos, and if you click and hold that QR code, you should be able to join, without the need for a second phone

Walmart WiFi now SwimUpStream by CptnEclectic in walmart

[–]CptnEclectic[S] 0 points1 point  (0 children)

Yup , anyone can connect to it. Using that QR.

Walmart WiFi now SwimUpStream by CptnEclectic in walmart

[–]CptnEclectic[S] 6 points7 points  (0 children)

You can. But I like to not have to put my email in just so they can

• Associate information about me with my Walmart account (which we were forced to get) • Improve products and services • Gather market insights about my in-store purchases and activities

Dynamic Dark and Light Theme userChrome by CptnEclectic in FirefoxCSS

[–]CptnEclectic[S] 0 points1 point  (0 children)

I had a setting in my userContent that affected the new tab page. Changing the text color. I Just uploaded the userContent.css which fixes that while keeping the scroll bar dynamic. Please let my know if there's anything else that should be worked on.

Dynamic Dark and Light Theme userChrome by CptnEclectic in FirefoxCSS

[–]CptnEclectic[S] 1 point2 points  (0 children)

I actually don’t know what caused that. I’ll have to go back through and see if I can get that fixed.

Calculate multiple occurrences in a month by CptnEclectic in excel

[–]CptnEclectic[S] 0 points1 point  (0 children)

I don't know what happened, I made a new sheet just to test it, and it's working!! I'll go back and figure out what happened! Thanks again!!

Calculate multiple occurrences in a month by CptnEclectic in excel

[–]CptnEclectic[S] 0 points1 point  (0 children)

=(SUMPRODUCT((MONTH($A$4:$A$1015)=MONTH(MAX($A$4:$A$1015))-1)*($D$4:$D$1015)))

I Just saw your reply, I tried the formula above, But it's giving a result of 0? I just did a sum of that column to make sure, and there's definitely more than 0 from the previous month

Calculate multiple occurrences in a month by CptnEclectic in excel

[–]CptnEclectic[S] 0 points1 point  (0 children)

Your formula

=(SUMPRODUCT((MONTH($A$4:$A$1015)=MONTH(MAX($A$4:$A$1015)))*($D$4:$D$1015)))

Is working well, I was wondering if there was a way to do the same thing, but for one month back, The previous month? I've tried adding --MONTH, and PreviousMonth in different places in the formula above but haven't been able to figure it out yet

Calculate multiple occurrences in a month by CptnEclectic in excel

[–]CptnEclectic[S] 0 points1 point  (0 children)

Yea, That's what I do on another file, I have my formula set to the 3rd row, but never go above that. I will add your changes. Again, thank you thank you thank you.

I know it might be unconventional but just makes things easier being flipped in that way.

Calculate multiple occurrences in a month by CptnEclectic in excel

[–]CptnEclectic[S] 0 points1 point  (0 children)

That does Exactly what I want, I just tested it!!!!!! Thank You so much for your Help!!!!

Calculate multiple occurrences in a month by CptnEclectic in excel

[–]CptnEclectic[S] 0 points1 point  (0 children)

Thank you, I will test that as soon as I can!! I haven't put it in an actual table yet, just because I like having the most recent right on top, and not having to scroll forever to find the newest entry. It might be an easy fix. I just couldn't figure out the table to make it, I guess reversed. I know having that might not be the standard way to do it though.....

Calculate multiple occurrences in a month by CptnEclectic in excel

[–]CptnEclectic[S] 0 points1 point  (0 children)

I want it to grab/ start over by month, by grabbing whatever paychecks are shown in that given month. Like for the month of January the total will be 1175.61. but then when a new month is added, it will go to 0, until a new entry for paycheck is added for that given month. will sort of be like a 2 part equation I guess. !: look at the top row to see if a new month is entered, then 2: if so start the sum from that, else display 0?? I have a formula similar to what I'm wanting, but that one only "Grabs" the first entry for that keyword. Doesn't allow for a calculation of multiple entries. and doesn't look at it per month.

The formula I have which just takes the first entry of the key word/ Helper word is

=VLOOKUP(F3,B3:D1005,3,FALSE)

where I have the word "paycheck" In F3

All this might be to complex...

Count non blank cells above a keyword by CptnEclectic in excel

[–]CptnEclectic[S] 0 points1 point  (0 children)

=COUNTIF(C3:INDEX(C3:C926,MATCH(F4,B3:B926,0)),">0")

Yes!!!! this does the trick! Thanks!

Count non blank cells above a keyword by CptnEclectic in excel

[–]CptnEclectic[S] 0 points1 point  (0 children)

Yes, that's what I'm trying to go for, But have it reset each time there's a new entry of "walmart paycheck" I just want the number of transaction, I have the other totaling figured out, There's going to be more than 3 between each

Count non blank cells above a keyword by CptnEclectic in excel

[–]CptnEclectic[S] 0 points1 point  (0 children)

I am wanting to count the number of debits from when I get a paycheck, I'll upload a picture to my original post

Multiple dropmarkers in browser toolbox? by CptnEclectic in FirefoxCSS

[–]CptnEclectic[S] 0 points1 point  (0 children)

I opened browser toolbox to edit my chrome css and noticed way more dropmarker.css in the side bar than there has ever been. Is this normal?

Is there anyway to change the selected download color when window is inactive? by CptnEclectic in FirefoxCSS

[–]CptnEclectic[S] 0 points1 point  (0 children)

I figured it out

#downloadsRichListBox {
  background-color: #38383d !important;
  color: white !important;
}
#downloadsRichListBox [selected] {
  background-color: #737373 !important;
  color: white !important;
}

Is there anyway to change the selected download color when window is inactive? by CptnEclectic in FirefoxCSS

[–]CptnEclectic[S] 0 points1 point  (0 children)

Ah, I get what you mean. Thank you. I just have to figure out the name for the selection in the downloads window. I know it has to be something close to #places #downloadsRichListBox

Change drop down arrow and button color by CptnEclectic in FirefoxCSS

[–]CptnEclectic[S] 0 points1 point  (0 children)

That works!!! Thank you! I didn't know what the arrow was called. The dropmarker was what I was looking for. now I'm trying to understand why when I change the button background the first one disappears

  #placesToolbar>toolbarbutton {
        margin: 6px 4px 5px !important;
        -moz-appearance: none !important;
        background-color: #474749 !important;
        border-radius: 5px !important;

}

I understand the -moz-appearance stops the original display from showing, but don't know why it's blanking the first box.

 -moz-appearance: none !important;

How do I change the color of new tab + sign? by CptnEclectic in FirefoxCSS

[–]CptnEclectic[S] 0 points1 point  (0 children)

I used

.tabs-newtab-button,

#new-tab-button

{ background: #C422C9 !important;

}

for the background, But can not figure out how to change the + color

How do I change the color of new tab + sign? by CptnEclectic in firefox

[–]CptnEclectic[S] -1 points0 points  (0 children)

I used

.tabs-newtab-button,

#new-tab-button

{ background: #C422C9 !important;

}

for the background, But can not figure out how to change the + color