Excel macro to copy, compare and fill cells
Closed
Dee
-
Nov 26, 2009 at 09:34 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Nov 26, 2009 at 09:46 PM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Nov 26, 2009 at 09:46 PM
Related:
- Excel macro to copy, compare and fill cells
- Spell number in excel without macro - Guide
- Excel macro to create new sheet based on value in cells - Guide
- Beyond compare - Download - File management
- Excel marksheet - Guide
- Excel apk for pc - Download - Spreadsheets
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Nov 26, 2009 at 09:46 PM
Nov 26, 2009 at 09:46 PM
in sheet 2 copy paste this formula
INVOKE THIS FORMULA WITH CONTROL+SHIFT+ENTER.
COPY C2 AND PASTE IT FROM c3 DWON
I have made provision of 100 rows , if more modify the formula
=INDEX(Sheet1!$C$1:$C$100,MATCH(1,((Sheet1!$A$1:$A$100=Sheet2!A2)*(Sheet1!$B$1:$B$100=Sheet2!B2)),0),1)
INVOKE THIS FORMULA WITH CONTROL+SHIFT+ENTER.
COPY C2 AND PASTE IT FROM c3 DWON
I have made provision of 100 rows , if more modify the formula