Feb 23, 2022 ... I'm open to a totally new formula btw. As an example if the name "John Smith" is in both columns A AND B, it would highlight the name in column ...
Sep 14, 2023 ... So I need to check if any of the cell values in column B are found anywhere in ... formula in row 2 of an empty column, for example in C2.
Oct 24, 2023 ... Below is a small sample of my sheets, but there's a LOT more data than just this. If I can get a formula that works, I'd love that. I added ...
Nov 26, 2020 ... I have two columns of ID's that come from two different sheets. I load these columns through =unique() formula. These ID's are used to connect data from the ...
Apr 11, 2019 ... I need help with a formula that can look at all the cells of column D, find out the matching cells in column A, and then return the relevant ID-number to ...
Jul 2, 2023 ... mp4" from the entire column—which then matches. BUT it would be great if there was some formula to filter out '.mp4" so I can not only save time ...
Jul 20, 2019 ... It uses filter to make a two column list of values from sheet2 ... Check formula for column A. =ArrayFormula(if(Sheet1!C1:C="",,iferror ...
Mar 10, 2022 ... I am working on a sheet where I need to highlight duplicates based on two separate columns without having the formula check the column in between.
Jul 16, 2024 ... I'm trying to find a formula to match/compare the 2 email columns and return the "ID" value to the "Matching ID" that is inline with the ...
Oct 15, 2020 ... How can I match and sort two columns of EAN numbers, and connect them to the stock amount? ... Then I used this formula in B3 of the "Matched Data ...
Jul 10, 2019 ... I would love some help highlighting duplicates in different columns. I explored some formulas but they didn't seem to work for my situation.
Apr 12, 2022 ... ... values in them, but I have some blank rows in the field I want to check and it counts the matching blanks as well. I want the blanks to be ...
Dec 18, 2019 ... I created a new sheet in your file called AdamHelp that has a possible solution for you. It uses the formula: =ARRAYFORMULA(IF(A1:A="",,IFERROR( ...
Jan 9, 2024 ... =arrayformula(iferror(vlookup(. C1:C,. 'Tab 2'!A1:B,. columns('Tab 2'!A1:B),. true. ))) This array formula will fill a whole column in one go.
Jun 3, 2021 ... ... formula that pulls data from the Archive tab into columns AE through AM. ... It doesn't need to check any lower in column L. The other 4000 rows ...
Jul 13, 2022 ... I need help with a formula that can do this for me. I have created a demo spreadsheet - see below. In this sheet, Column A is the "master", and ...
May 10, 2022 ... Both on the [search key] parameter as well as the FIRST column ... matches running from bottom to top - does that mean it needs to be ...
Apr 18, 2019 ... I can do simple countifs to find which ones are duplicates, but am failing to create a list of duplicates. I tried to use the formulas in this ...