C
capitalH
Member
Should I avoid these at all costs or is it ok to use some VBA code or array formulas (better for the examiner that is?
What about vlookup/hlookup - especially with the row-index and col-index parameter - is it better to avoid (since it is difficult to modify your spreadsheet - inserting a column breaks it- so it is better for yourself to avoid it)? Would it be deemed too complex too circumvent using something like =VLOOKUP(B4,B3:C6,COLUMNS(B3:C6)) instead of =VLOOKUP(B4,B3:C6,2)?
What about vlookup/hlookup - especially with the row-index and col-index parameter - is it better to avoid (since it is difficult to modify your spreadsheet - inserting a column breaks it- so it is better for yourself to avoid it)? Would it be deemed too complex too circumvent using something like =VLOOKUP(B4,B3:C6,COLUMNS(B3:C6)) instead of =VLOOKUP(B4,B3:C6,2)?