Greetings all.
I am having problems using a wildcard.
My workbook contains two sheets. Column A of rows 2 thru 16 of Sheet 1 contains a list of people's names. I need the cells in column A, rows 3 thru 17 of Sheet 2 to populate with names from Sheet 1 IF the name is found there. If not, the cells on Sheet 2 should remain blank.
My wildcard formula is as follows: =IF(Sheet1!$A$2:$A$30>"Gold*","GoldDavis, B","")
This formula works flawlessly, but only for the first 5 rows on Sheet 2. For some reason, the other rows are showing blank cells and this is what I cannot figure out.
I did discover that if I copied the formula above, EXACTLY to the remaining rows of Sheet 2, it actually does work and will populate those cells with the name GoldDavis, B. However, if I change the wildcard filter from "Gold" to "Martinez" - which name does appear in my list on Sheet 1, the cell containing the wildcard ends up blank again.
Any suggestions as to what I'm doing wrong would be greatly appreciated!
I am having problems using a wildcard.
My workbook contains two sheets. Column A of rows 2 thru 16 of Sheet 1 contains a list of people's names. I need the cells in column A, rows 3 thru 17 of Sheet 2 to populate with names from Sheet 1 IF the name is found there. If not, the cells on Sheet 2 should remain blank.
My wildcard formula is as follows: =IF(Sheet1!$A$2:$A$30>"Gold*","GoldDavis, B","")
This formula works flawlessly, but only for the first 5 rows on Sheet 2. For some reason, the other rows are showing blank cells and this is what I cannot figure out.
I did discover that if I copied the formula above, EXACTLY to the remaining rows of Sheet 2, it actually does work and will populate those cells with the name GoldDavis, B. However, if I change the wildcard filter from "Gold" to "Martinez" - which name does appear in my list on Sheet 1, the cell containing the wildcard ends up blank again.
Any suggestions as to what I'm doing wrong would be greatly appreciated!