Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
93 views

I have an excel online sheet that I am building. I have list of projects in a sheet and another sheets contain working hours on each of these projects in each week. What I am looking for is a code ...
Abdullah's user avatar
3 votes
5 answers
183 views

I have two data frames in R that share SOME columns and SOME rows in an arbitrary order. I now want to create a third data frame that has the columns and rows of data frame 1 merged with the ...
deschen's user avatar
  • 11.6k
1 vote
2 answers
94 views

I would like to search an array for a cell in the function's row and return the cell adjacent to the matching array row. The array cells contain partial matches with the function's row. clients ...
DennyBonBon's user avatar
2 votes
0 answers
76 views

I'm running Neo4j 5.18.1 enterprise edition with a cluster of 6 servers. I'm running 2 queries on all servers in the cluster, trying to find a specific node. The node in question has the following ...
Naveh Ohana's user avatar
-1 votes
0 answers
52 views

I have a test.ps1 PowerShell script with "a" -match "b"; inside. I run it using powershell -ExecutionPolicy remotesigned -File test.ps1. Why do I see False printed in console? (and ...
Nathalie Kitty's user avatar
3 votes
3 answers
110 views

This is the type of text I'm working with: * went to the building; opened the door; closed the door; picked up some money ($20) * walked next door; knocked on a window; purchased an apple pie ($6.95) *...
recursivedelete's user avatar
2 votes
5 answers
162 views

Can anybody help with this? look at the picture I upload. I have 2 stores with the same location in column "A" and "G", column "B and I" says condition on location. And ...
Miki's user avatar
  • 46
1 vote
2 answers
111 views

So I have some code similar to this and it works well and seems to be fast and simple. I like that I can place a few dozen words in the array for words to search for. Dim ArrDataType As Variant ...
XCELLGUY's user avatar
  • 371
3 votes
3 answers
99 views

This code works fine Dim MyArray MyArray = Array("fee", "fi", "fo", "fum") If Application.Match("fee", MyArray, 0) Then Debug.Print "Pass&...
XCELLGUY's user avatar
  • 371
0 votes
0 answers
91 views

I am currently writing a c3 syntax file for vim and I have some issues with a highlight. I have this line: syntax match ModuleName "\<module\>\s*\zs[a-z][a-zA-Z0-9_]*\ze;" display and ...
PalsFreniers's user avatar
3 votes
3 answers
187 views

I have a game log that contains a running ELO score. I am attempting to search through this game log to retrieve the most recent ELO recorded for each player. I believe I have managed to do this ...
Derrick Moeller's user avatar
0 votes
0 answers
27 views

I'm trying to see if this is even possible. I am essentially trying to get a partial match vlookup with the added component of possibly a sumifs formula to get the total amount of pay for each store. ...
Jade Midnight's user avatar
0 votes
1 answer
65 views

I have worked all week to get my data to this point and am stuck with the final move. I have a folder called "Batch" and within it are numerous subfolders with different names. I have ...
Kris's user avatar
  • 13
1 vote
1 answer
96 views

I am trying to create a search box in a google sheet that finds the value of a cell from the time row and the date column in a specific tab I have found the formula to use when I can enter the ...
Ron B's user avatar
  • 13
2 votes
1 answer
77 views

I have a data frame of phonetic transcriptions of words, and for each transcription, I need to find all the words with the same transcription but with "1.M", "1.N", and "1.NG&...
Ian Carpick's user avatar
0 votes
1 answer
107 views

Sub AssignValue() Dim ws As Worksheet Dim lastRow As Long Dim i As Long Dim validValues As Variant ' Set the worksheet Set ws = ThisWorkbook.Sheets("ReformattedData"...
Amanda Steele's user avatar
0 votes
1 answer
91 views

This seems like such an easy solve, but Im just brain blanking on it. Apologies on the picture, people say enter these things as an excel sheet and I don't see that option. Currently my =MATCH(A1291,...
user1131153's user avatar
2 votes
4 answers
147 views

I am trying to quickly count a competition in which teams play each other 2 times maximum. Round Date Field Time Home Away R1 14/04/2025 F1 19:00 Apples Oranges R1 14/04/2025 F2 19:00 Pears Grapes R1 ...
user1131153's user avatar
0 votes
3 answers
88 views

I have two files: > print (CVA_data) Ticket timestamp AX DM DR FM FX HD IN MO MY SR TW 2 48904 2025-03-12 07:57:00 0 0.00 12.1 0.69 0 0 0 12.1 0 0 59.2 3 48905 ...
DataScienceDave's user avatar
0 votes
1 answer
88 views

I am using Karate framework and trying to match two feature file json responses are similar, where the date tag has different values so I want to ignore the values but make sure the fields are present....
Depstan Xavier's user avatar
0 votes
2 answers
86 views

I have the following set of data. In sheet A the data appears like "John D #23". In sheet B the data appears like "J Doe #23 (other info no numbers)". I need to write an excel ...
Dave's user avatar
  • 9
-1 votes
1 answer
74 views

I'm having difficulty with aligning data in excel while using a macro. The data in wb1 is for example like this: Thomas 10 Jason 11 (blank) (blank) Clara 14 The data in wb2 is for ...
Someone EL's user avatar
4 votes
2 answers
60 views

Just trying compare two lists in columns A B and look for text and integers that are matches in column C. Not sure what function makes sense xlookup or index/match? I only have 2019 excel capabilities....
mjac's user avatar
  • 221
1 vote
1 answer
51 views

The results area is finding the largest top 4 costs in column A within the date range =IFERROR(LARGE(IF(Sheet1!$D$5:$D$4935>=$A$2,IF(Sheet1!$D$5:$D$20<=$B$2,Sheet1!$E$5:$E$20)),1),0)and then ...
mjac's user avatar
  • 221
0 votes
4 answers
134 views

I have a range of cells in one row. I want to test if they all do not have content. I found If Not IsError(Application.Match(ValueToSearchFor, RangeToSearchIn, 0)) Then I fixed the ranges to be more ...
Jo-Helge Rorvik's user avatar
1 vote
2 answers
116 views

Need to retrieve matching Date, Type, ID, and reference Cost based on user input Date Range. In Data Set 1 and Data Set 2 inputs are not sorted, and the match conditions need to look at if it falls ...
mjac's user avatar
  • 221
4 votes
1 answer
87 views

I haven't the faintest what is going on here, so I am turning it over to the cloud mind to figure out, sorry. I have a string (confirmed with .gettype()), an excerpt of which is below (\r\n at the end ...
user66001's user avatar
  • 950
1 vote
1 answer
78 views

I have an excel table (Sales Table) that uses an INDEX MATCH function within a few columns. There are 2 specific columns (Product and Part Number) which are using a material number column to pull ...
SamB's user avatar
  • 37
1 vote
2 answers
78 views

I'll give some context here. The closure foo takes in a character and inserts it into a sorted vector. foo uses binary_search_by_key to insert the character into the vector at the correct index. What ...
kesarling's user avatar
  • 2,334
0 votes
1 answer
52 views

I am trying to figure out the most efficient way to find all matches of multiple values in one column and return values from another column. Let me try to explain it with images below: Here I am ...
Debbie Oomen's user avatar
1 vote
1 answer
58 views

I am annually tracking the names of car models, which may or may not change each year (its random). Suppose I start with three models in 2023 that all changes name in 2024 and 2025, thus producing the ...
Andreas's user avatar
  • 153
1 vote
1 answer
67 views

I'm making Chrome extension to find lyrics for song on YouTube. I have lyrics written in files in extension folder. Files are named Name of song.txt. What I'm trying to do is to match search term ...
Milos Stojanovic's user avatar
0 votes
1 answer
53 views

I have a table of data that gives the daily price of gas based on Supplier ID (column B) and Gas type (column C). As you can see, the price values are under a date column headers. I'd like to to ...
Noah Khounsombath's user avatar
0 votes
1 answer
43 views

Looking for tips on what would be similar to a VLOOKUP but with the ability to return multiple fields. On excel file 1 is a list of customer names and addresses in my system. Excel file 2 is a list of ...
Data Newbie's user avatar
1 vote
1 answer
112 views

I have a database/table with this structure: Year Age Gender OrderID 2012 18 M 4268 2021 75 M 7569 2015 56 F 5381 2018 29 M 2876 2014 33 F 3749 What I am trying to acheive is that I want 400 records/...
Arsinq's user avatar
  • 25
4 votes
2 answers
57 views

I have two sets of data: The first data frame (small) is relatively smaller than the second data frame (large). Each data frame has an id column with unique identifiers. The smaller data frame has a ...
geoscience123's user avatar
0 votes
2 answers
183 views

Currently I'm making calculations using PySpark and trying to match data from multiple dataframes on a specific conditions. I'm new to PySpark and decided to ask for a help. My first dataframe ...
lenpyspanacb's user avatar
0 votes
1 answer
82 views

On a Workbook with two sheets, I need to retrive the value of "Application Group" column "B" in the first sheet into column "E" second sheet. The matching values are ...
MartaT's user avatar
  • 1
-1 votes
1 answer
67 views

I have the following regex entry (?<Nr>3\d{6})(?=[\s a-zA-Z\r\n]|$) to search for a specific sequence of numbers in a text (starting with "3" and followed by 6 other digits). I need ...
nflgreaternba's user avatar
0 votes
1 answer
148 views

So I have some payroll data and I have a formula in P and put a Y if it meets something. what I want is to only have it show a Y for the first occurrence per check (H) looking at the example it would ...
user29321691's user avatar
1 vote
1 answer
60 views

enter image description here Could someone help me turn the following equation in Column I into one where it does not use Vlookup but rather Index/Match functions and gives me desired result please. I ...
TG33's user avatar
  • 11
0 votes
0 answers
40 views

I did an oopsie and made an infinite loop at the match case in the end: import pyautogui import cv2 import numpy as np import time def find_image(image_path, confidence=0.8): screenshot = ...
Giandalf's user avatar
1 vote
1 answer
58 views

I'm using Excel 365 and trying to take advantage of VisualBasic for this query. I'm working with two tables where if Table: EventDiary[Match] = 1 then I want to enter the [Actual] value (-30) into ...
topstuff's user avatar
  • 159
0 votes
1 answer
378 views

I need to include another MATCH criteria inside this formula to add it in the Data Validation for a drop down list: =OFFSET(Data!$Y$1,MATCH(J$4,Data!$X$2:$X$500,0),0,COUNTIF(Data!$X$2:$X$500,J$4)) ...
Mariana Charalambous's user avatar
0 votes
1 answer
68 views

I am confused by the results of running the following code. I can understand the logic of the behavior, but it seems a bit unreasonable to me (because I think it makes the variable lifetime confusing) ...
Nullptr's user avatar
  • 19
0 votes
2 answers
99 views

I'm creating a fitness tracker with daily inputs & a weekly summary on a dashboard. My daily input data looks like this: Date Miles Intake 01-Dec-24 11 3130 02-Dec-24 0 2730 03-Dec-24 8 2930 04-...
Noctis's user avatar
  • 127
0 votes
1 answer
60 views

Need total value of a, b & c I've tried with offset function with match & column nested. It worked but only for first matching value from a column. Example: =IFNA(OFFSET($B$3,MATCH($L3,B$3:B$...
Saddam Hossain's user avatar
0 votes
2 answers
141 views

I am trying to return the column and row headers for the different locations in an array. In this case the X and Y coordinates of S1 (2,2), S2 (9,3), and S3 (2,9). I have tried using the following ...
Chris Houdy's user avatar
1 vote
1 answer
1k views

I am trying to write a function to use Match and Index to perform a lookup down a column and across two rows for a more complex lookup. I have a spreadsheet where row 3 uses the formula which works ...
Anthony Holland's user avatar
1 vote
1 answer
216 views

I have created a lookup table in Splunk that contains a column with various regex patterns intended to match file paths. My goal is to use this lookup table within a search query to identify events ...
frank clif's user avatar

1
2 3 4 5
177