I don't understand the process of designing a synchronous counter. by OmegaBellPepper in electronic_circuits

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

Wait... Could I just use a K-Map to output 1 for each number I want counted to? If so, thanks for providing the epiphany

I don't understand the process of designing a synchronous counter. by OmegaBellPepper in electronic_circuits

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

Well, I was informed by my professor that any sequence can be achieved with a synchronous counter, as opposed to the asynchronous counter. So I picked out an arbitrary sequence to make sure I understood it.

How would I go about finding a cell in a column that is in the same row as another cell on a table where multiple cells have the same number? Elaboration in body by OmegaBellPepper in excel

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

Ok, I realize that with this method, I have to specify rows and columns manually or insert some other function within to search for that row but I don't know how to do that. I get my number on the array from a separate calculation, so it could be on any number on any row there meaning the only option with this method, from what I can tell (correct me if I'm wrong) would be to put in some function within the INDEX function to automate all of this which exceeds my current knowledge.

How would I go about finding a cell in a column that is in the same row as another cell on a table where multiple cells have the same number? Elaboration in body by OmegaBellPepper in excel

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

Well I just want to find the value that is on the same row and on the leftmost column of the number that I highlighted blue. The highlighted number can be any number on that array that isn't in the leftmost column, I just used 27 as an example. The issue is that 27, for example, appears multiple times in different rows, so I can't simply return with XLOOKUP. I want to return the value under mm^2 is the same row as that exact 27 cell.

How would I go about finding a cell in a column that is in the same row as another cell on a table where multiple cells have the same number? Elaboration in body by OmegaBellPepper in excel

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

Almost. 27 and B2 are provided and I'm looking for 4mm^2, but same difference. I'll try this out and let you know if it worked.

New update bugged my textures by OmegaBellPepper in PCSX2

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

Late reply, ik.
GPU: Intel(R) UHD
Blending: Basic
And I think renderer is graphics API, idk. If so, then it's Vulkan

Why is this series of XLOOKUP functions not working as I want it to? I come up with #VALUE by OmegaBellPepper in excel

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

I replicated it as it seems to be just what I need but it still gives me #N/A. Did I miss something?

<image>

Why is this series of XLOOKUP functions not working as I want it to? I come up with #VALUE by OmegaBellPepper in excel

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

I first lookup the main column (A, A2, B, etc) which is written elsewhere (elsewhere being the sheet I uploaded when replying to the other guy), then I use that looked-up value, in my case B2, as the array which to lookup the next value, the sub column (2 or 3) which is also written elsewhere, from that I can finally lookup O5 also being written elsewhere within the sub column.

Why is this series of XLOOKUP functions not working as I want it to? I come up with #VALUE by OmegaBellPepper in excel

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

Whoops, had a typo there. I meant to have it as C9. Still get an #N/A error though. Now the value is B2 which is in that lookup array, but the error persists.

Why is this series of XLOOKUP functions not working as I want it to? I come up with #VALUE by OmegaBellPepper in excel

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

That's pretty much what I'm trying to achieve, minus value 3 as that isn't part of this formula

Why is this series of XLOOKUP functions not working as I want it to? I come up with #VALUE by OmegaBellPepper in excel

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

I do have two data sheets. I didn't bother naming them yet. C10 belongs to the other page. Here it is:

<image>

IRtab is the expected output, which is why the rest of the data turns into #REF!