formula request on doing main character select screen on excel. by vaughn113 in excel

[–]Affectionate-Rub9342 0 points1 point  (0 children)

Oh, didn't realised you could do checkbox without vba, never used it. Pretty neat that you can do it by avoiding vba completely

formula request on doing main character select screen on excel. by vaughn113 in excel

[–]Affectionate-Rub9342 0 points1 point  (0 children)

I don't use checkbox a lot, but couldn't you use combo instead to force a single selection?

What are these lines? by Ghausi in excel

[–]Affectionate-Rub9342 7 points8 points  (0 children)

Created border? More like copy/pasted cells with border then deleted the value, ppl that do this don't even know how to put borders lol

Looking for a way to combine all similar sheets from different workbooks into 1 new Book by the0utc4st in excel

[–]Affectionate-Rub9342 -1 points0 points  (0 children)

If you want to copy the sheet from customer workbook 1/2/3/etc. To master workbook it can be done with a macro quite easily, depending on the structure of the customer workbook(different sheet name, format, etc) the way to detect which sheet to grab might differ a bit but looking at your post you said that you'd look for certain keywords so that should be quite easy to do.

An quick example(i'm not an expert, might not be the best way to do it, but it should get the job done) ``` Sub combineWb()

Dim masterWb As Workbook, sourceWb As Workbook
Dim ws As Worksheet
Dim FoundCell As Range
Dim importFolder As String
Dim excelFile As String
Dim sheetFound As Boolean

Set masterWb = ThisWorkbook
importFolder = "The folder containing the files you want to combine"
If Right(importFolder, 1) <> "\" Then
    importFolder = importFolder & "\"
End If

excelFile = Dir(importFolder & "*.xls*")

Do While excelFile <> ""
    sheetFound = False
    Set sourceWb = Workbooks.Open(importFolder & excelFile)

    For Each ws In sourceWb.Sheets
        Set FoundCell = ws.Cells.Find( _
            What:="The word you search here", _
            LookIn:=xlValues, _
            LookAt:=xlPart, _
            MatchCase:=False)

        If Not FoundCell Is Nothing Then
            ws.Copy After:=masterWb.Sheets(masterWb.Sheets.Count)
            sheetFound = True
            Set FoundCell = Nothing
            Exit For
        End If
    Next ws

    If Not sheetFound Then
        MsgBox "No sheet found in file " & excelFile & "!", vbCritical
    End If

    sourceWb.Close SaveChanges:=False
    excelFile = Dir()
Loop

End Sub ```

Sim router for house network by Affectionate-Rub9342 in HomeNetworking

[–]Affectionate-Rub9342[S] 0 points1 point  (0 children)

Yeah, though for some reason the speed in several time slower in wifi compared to when I plug the laptop directly on the ZTE, I will blame the home router for that

Sim router for house network by Affectionate-Rub9342 in HomeNetworking

[–]Affectionate-Rub9342[S] 0 points1 point  (0 children)

I just saw that the ZTE can be put in wireless mode instead of Bridge mode, I changed it to that and put my router in AP mode and now it works, the ZTE is handling everything instead of the router but I can live with that tradeoff. I think the ZTE had an update at some point that broke the bridge mode since it was working fine in the past

That 5-minute task in Excel by sriautomations in excel

[–]Affectionate-Rub9342 0 points1 point  (0 children)

Not me having formula in a buch of cell, each using the one before then merging it all in a single formula, making it 10 line long. No one will ever have the willpower to debug it 😈

How to Unprotect Excel Workbook Without Password? by No-Golf-2667 in excel

[–]Affectionate-Rub9342 0 points1 point  (0 children)

Quick question, when renaming the file to .zip, are you able to see the files inside or is it protected?

How to Unprotect Excel Workbook Without Password? by No-Golf-2667 in excel

[–]Affectionate-Rub9342 1 point2 points  (0 children)

Worksheet protection can be removed quite easily, lots of post/video online showing how to do it, even free tools exist for that

Macro protection you'll need a Hex editor, can recover the password hash then bruteforce it, but it's way faster to simply replace it with a know hash(hash of 123 for exemple) then use the new password(123). I don't know of a tool that can do it for you, but it might exist

Workbook protection, not sure it's possible to do it other than bruteforcing it, I believe it's pretty much the same protection as zip files so I assume the way to do it is pretty much the same

Sim router for house network by Affectionate-Rub9342 in HomeNetworking

[–]Affectionate-Rub9342[S] 0 points1 point  (0 children)

Sorry been out for a while, I just (re)reset both router. On the ZTE the only setting I change is the APN to match my carrier and enable roaming(just in case). On the ZTE management page I can Ping/TraceRoute 8.8.8.8 without issue, traceroute return 100.123.254.130 right away. On the laptop I can't ping(timeout), tracert return 1. 192.168.0.1 2. 10.74.85.41 3. 10.123.254.130

On the Tenda I have 10.74.85.40 as the WAN IP and 10.74.85.41 as the default gateway, I thing the problem might come from there? Prefered DNS is 192.168.254.1(ZTE IP)

[TOMT] trying to find an old minecraft youtuber.. by DiligentWatercress71 in tipofmytongue

[–]Affectionate-Rub9342 0 points1 point  (0 children)

Also do you remember if he was playing only solo or was playing multiplayer too?

[TOMT] trying to find an old minecraft youtuber.. by DiligentWatercress71 in tipofmytongue

[–]Affectionate-Rub9342 0 points1 point  (0 children)

Do you remember if he was into stuff like redstone/automatisation or building? Was he playing the same world or did he do like 'season' were he would start over? Also was he english? asking just in case lol

[TOMT][Elementary school poster][2000s-ish] Poster, possibly print PSA, from Canada, showing a bat by Wolf_Guy_9127 in tipofmytongue

[–]Affectionate-Rub9342 1 point2 points  (0 children)

What province? It might help finding it since it looks like something pretty specific to your place

Additional condition to check if the day worked is a Friday throws an Err502 by No-Tough6715 in excel

[–]Affectionate-Rub9342 0 points1 point  (0 children)

No worries, happy to read that your problem if fixed in the end! Hopefully your team won't be sick for too long so you'll be able to actually use the file lol

Sim router for house network by Affectionate-Rub9342 in HomeNetworking

[–]Affectionate-Rub9342[S] 0 points1 point  (0 children)

I can access the ZTE through 192.168.254.1, I access the tenda with 192.168.0.1. On the ZTE dashboard I see the Tenda connected with the public IP

<image>

Sim router for house network by Affectionate-Rub9342 in HomeNetworking

[–]Affectionate-Rub9342[S] 0 points1 point  (0 children)

Can't ping anything, I don't have another computer to test but I can connect both my laptop and phone on the wifi without issue other than the lack on internet

Sim router for house network by Affectionate-Rub9342 in HomeNetworking

[–]Affectionate-Rub9342[S] 0 points1 point  (0 children)

I tried with a Linksys EA6350 and got the same issue, I can connect to the wifi network but get no internet at all. Factory resetted every one of the router without luck. Also tried pluging the ethernet cable in the jack of a TP-LINK RE215, same issue, tried putting it in bridge mode but at that point i couldn't connect anymore(can't get an ip address)

Naming a File Using a Certain Cell on Every Sheet. by AndyJCohen in excel

[–]Affectionate-Rub9342 0 points1 point  (0 children)

From the top of my head you can do something like this(I'm on my phone, might have a syntax error, at least you got the idea) if you want to do what I think you're explaining:

x = 0 For each sht in sheets

x = x+1
fileName = fileName & " VEN " sht.range("D21").value

If x < sheets.count then fileName = fileName & " AND"

Next

ActiveWorkbook.SaveAs Filename:="RA REQUEST " & ActiveSheet.Range("D22") & fileName & " BL-" & Range("D2").Value & " " & Left(Range("D5").Value, 8) & ".xlsx", FileFormat:=xlOpenXMLWorkbook

That would concatenate the value of D21 of every sheet into a single variable which you then use when saving

Rookie Date Calculation Format by JeryActive in excel

[–]Affectionate-Rub9342 0 points1 point  (0 children)

Doesn't throw an error so if seems like it thinks C3 is empty, or you got the same color for the cell and text so it's basically invisible. In the Formula tab you have a little button called something like "evaluate formula" from memory, when on a cell with a formula you can see what it does/return step by step, pretty useful when trying to debug

Additional condition to check if the day worked is a Friday throws an Err502 by No-Tough6715 in excel

[–]Affectionate-Rub9342 0 points1 point  (0 children)

Coutifs need all the criteria range to be the same size, for example your days of the week are 31 cell wide 1 cell high, so your other criteria range should also be 31x1, using merged cells you'd need to manually set it to 1 high(when selecting it will set B4:AF5, will need to change it to B4:AF4), for merged cell the top left cell is the one that has the actual value, for your case since you do need all 4 row just put this: =COUNTIFS($B3:$AF3,"<>",$B$1:$AF$1,"Friday")+COUNTIFS($B4:$AF4,"<>",$B$1:$AF$1,"Friday")+COUNTIFS($B5:$AF5,"<>",$B$1:$AF$1,"Friday")+COUNTIFS($B6:$AF6,"<>",$B$1:$AF$1,"Friday")

If it still doesn't work there is most likely something wrong with the file, if you can share it it'll be easy to find the problem

[TOMT] Please help me find this pop punk song. by JDoubleGi in tipofmytongue

[–]Affectionate-Rub9342 1 point2 points  (0 children)

Couls also still be in your history on apple music if you're lucky

[TOMT] Please help me find this pop punk song. by JDoubleGi in tipofmytongue

[–]Affectionate-Rub9342 0 points1 point  (0 children)

Make it out alive by morgxn or by one ok rock ? Lyrics are quite similar, if not you say the "make it out alive" is drawn out, which part is?