Page 1 of 1

issue of looking up

Posted: Fri Oct 01, 2021 4:38 pm
by sna
Hi Dear,

I need your help how to return value from two columns to the another columns with swapping columns.
I need results in color cells


Thanks

Re: issue of looking up

Posted: Fri Oct 01, 2021 5:03 pm
by snasui
:D You can use these formulas,
  1. C2
    =IF(ISODD(COLUMNS($C2:C2)),INDEX($A$2:$A$5,INT((COLUMNS($C2:C2)-1)/2)+1),"")
    Enter > Copy to the right
  2. C3
    =IF(ISODD(COLUMNS($C2:C2)),INDEX($B$2:$B$5,INT((COLUMNS($C2:C2)-1)/2)+1),"")
    Enter > Copy to the right

Re: issue of looking up

Posted: Fri Oct 01, 2021 7:26 pm
by sna
it is working thank you so much