First tab: 9.17.19
Second tab: Next Download
I'm using index/match to pull whatever is in $O$2:$U$300 in the first tab based on if $A2 matches $A:$A in the first tab. So, in cell O2 of the second tab, IFERROR((INDEX('9.17.19'!O:O,MATCH($A2,'9.17.19'!$A:$A,0)))&"","")
I use a similar formula for columns P through U which is why I didn't make O an absolute value.
There will be highlighting, bolding, itialicizing going on in the first tab in cell range $O$2:U$300 which I want to preserve on the second tab so long as A2 in second tab matches column A in first tab.
I need assistance in the vba code.
Second tab: Next Download
I'm using index/match to pull whatever is in $O$2:$U$300 in the first tab based on if $A2 matches $A:$A in the first tab. So, in cell O2 of the second tab, IFERROR((INDEX('9.17.19'!O:O,MATCH($A2,'9.17.19'!$A:$A,0)))&"","")
I use a similar formula for columns P through U which is why I didn't make O an absolute value.
There will be highlighting, bolding, itialicizing going on in the first tab in cell range $O$2:U$300 which I want to preserve on the second tab so long as A2 in second tab matches column A in first tab.
I need assistance in the vba code.