AndrewHirst
New Member
- Joined
- Oct 19, 2012
- Messages
- 2
Hi,
I'm relatively new to Excel formulas, so bear with me here. My problem is this: I have a main sheet (Sheet1) which has a table (Table1) with several columns - blog URL (self-explanatory), status (whether an article idea has been pitched, sent, or is live), and some other columns that aren't important here. I've got a huge list of sites in another sheet (Sheet2) and I want to see whether they are a) in Sheet1 and b) live, pitched, or sent. So far I have a formula (=IF(ISERROR(MATCH([@Tech],Sheet1!$A$4:$A$465,0)),"FALSE","TRUE")) which tells me whether the sites in column Tech in Sheet2 are in Sheet1. So far, so good. Now I have a situation where I know some urls are in Sheet1, but I don't know if they are live, pitched, or sent without manually checking that column in Sheet1. I've experimented with a VLOOKUP (=VLOOKUP([@Tech],Table1,3,0)) which is only sporadically working (column 3 of Table1 is the column with the "status", i.e. live, pitched, or sent). Most of the time it spits out #N/A. In some cases I see the problem; there are several urls which have either been pitched to several times or have been pitched to and then gone live. There are multiple responses VLOOKUP could return. Thing is, I just want to know if the url is in Sheet1 and if it is live. Is there any way I can do this?
Thanks so much for reading through all of that. I've wasted most of my day trying to solve this! Any help is hugely appreciated.
Andy
I'm relatively new to Excel formulas, so bear with me here. My problem is this: I have a main sheet (Sheet1) which has a table (Table1) with several columns - blog URL (self-explanatory), status (whether an article idea has been pitched, sent, or is live), and some other columns that aren't important here. I've got a huge list of sites in another sheet (Sheet2) and I want to see whether they are a) in Sheet1 and b) live, pitched, or sent. So far I have a formula (=IF(ISERROR(MATCH([@Tech],Sheet1!$A$4:$A$465,0)),"FALSE","TRUE")) which tells me whether the sites in column Tech in Sheet2 are in Sheet1. So far, so good. Now I have a situation where I know some urls are in Sheet1, but I don't know if they are live, pitched, or sent without manually checking that column in Sheet1. I've experimented with a VLOOKUP (=VLOOKUP([@Tech],Table1,3,0)) which is only sporadically working (column 3 of Table1 is the column with the "status", i.e. live, pitched, or sent). Most of the time it spits out #N/A. In some cases I see the problem; there are several urls which have either been pitched to several times or have been pitched to and then gone live. There are multiple responses VLOOKUP could return. Thing is, I just want to know if the url is in Sheet1 and if it is live. Is there any way I can do this?
Thanks so much for reading through all of that. I've wasted most of my day trying to solve this! Any help is hugely appreciated.
Andy