Hello,
I have the formula below in B21. If I want to cut/paste B21 to C21, D21 etc, how can I add the OFFSET function so it adjusts automatically?
The area 'UPLOAD FILE'!G2 obviously pulls from the G2 cell of the UPLOAD FILE. When I copy B21 top C21 I need the G2 to change to G3
Cell B21
=IFERROR(VLOOKUP(OFFSET('UPLOAD FILE'!G2,COLUMN()-2,0),'Pricing Table'!$BH$5:$BT$36,MATCH('UPLOAD FILE'!E2,'Pricing Table'!$BH$3:$BT$3,0),FALSE)*B5,"Value For Purity and Mgs Combo Not Found On Base Price Data Table")
Cell C21
=IFERROR(VLOOKUP(OFFSET('UPLOAD FILE'!G3,COLUMN()-2,0),'Pricing Table'!$BH$5:$BT$36,MATCH('UPLOAD FILE'!E2,'Pricing Table'!$BH$3:$BT$3,0),FALSE)*B5,"Value For Purity and Mgs Combo Not Found On Base Price Data Table")
Cell B21
=IFERROR(VLOOKUP(OFFSET('UPLOAD FILE'!G4,COLUMN()-2,0),'Pricing Table'!$BH$5:$BT$36,MATCH('UPLOAD FILE'!E2,'Pricing Table'!$BH$3:$BT$3,0),FALSE)*B5,"Value For Purity and Mgs Combo Not Found On Base Price Data Table")
I have the formula below in B21. If I want to cut/paste B21 to C21, D21 etc, how can I add the OFFSET function so it adjusts automatically?
The area 'UPLOAD FILE'!G2 obviously pulls from the G2 cell of the UPLOAD FILE. When I copy B21 top C21 I need the G2 to change to G3
Cell B21
=IFERROR(VLOOKUP(OFFSET('UPLOAD FILE'!G2,COLUMN()-2,0),'Pricing Table'!$BH$5:$BT$36,MATCH('UPLOAD FILE'!E2,'Pricing Table'!$BH$3:$BT$3,0),FALSE)*B5,"Value For Purity and Mgs Combo Not Found On Base Price Data Table")
Cell C21
=IFERROR(VLOOKUP(OFFSET('UPLOAD FILE'!G3,COLUMN()-2,0),'Pricing Table'!$BH$5:$BT$36,MATCH('UPLOAD FILE'!E2,'Pricing Table'!$BH$3:$BT$3,0),FALSE)*B5,"Value For Purity and Mgs Combo Not Found On Base Price Data Table")
Cell B21
=IFERROR(VLOOKUP(OFFSET('UPLOAD FILE'!G4,COLUMN()-2,0),'Pricing Table'!$BH$5:$BT$36,MATCH('UPLOAD FILE'!E2,'Pricing Table'!$BH$3:$BT$3,0),FALSE)*B5,"Value For Purity and Mgs Combo Not Found On Base Price Data Table")