Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50110

If Cell in column = "Y" then with offset (0, 1).value match to sheet range A3:A return ...

$
0
0
So I have seen a lot of code that gets me close, then I manage to not get where I'm trying to. I usually butcher it. so here it goes...

In Sheet ("Counter Sheet").Range("B15:B2000") one cell will have a text value of "Y" (which highlights the Cell "C" in the same row)
I'm trying to match the (Highlighted) Text Value in C to Sheet ("Master") Range A3:A2000, and return various cell data from the same row,
say from columns, B, C, D, F to Cells on Master C4, C6, E4, E5, E6, E7...(I don't have all that data yet, but its what I see so far, and can test for it)

Thanks again everyone for the help, I've been learning so much, I do hope to be able to assist others when I'm able

Viewing all articles
Browse latest Browse all 50110

Trending Articles