VinceF
Board Regular
- Joined
- Sep 22, 2007
- Messages
- 189
- Office Version
- 2016
- Platform
- Windows
Greetings Experts,
Appreciate your assistance.
I have 2 column's with formulas...
Column B5:B141 containing this formula
Column F5:F141 containing this formula
Both of these formulas will generate a number if certain criteria is met, otherwise the cells remain blank.
I like to have a VBA code that would copy and paste values in each cell in the columns but ONLY if a cell contains a number, if the cell does not contain a number the formula would remain.
Thanks for your assistance,
VinceF
Excel 2016
Appreciate your assistance.
I have 2 column's with formulas...
Column B5:B141 containing this formula
Excel Formula:
=IFERROR(INDEX(Main!$AK$11:$AK$50,MATCH($D5,Main!$G$11:$G$50,0)),"")
Excel Formula:
=IFERROR(INDEX(Main!$J$11:$J$50,MATCH(D5,Main!$G$11:$G$50,0)),"")
I like to have a VBA code that would copy and paste values in each cell in the columns but ONLY if a cell contains a number, if the cell does not contain a number the formula would remain.
Thanks for your assistance,
VinceF
Excel 2016
Last edited by a moderator: