Transpose table in different sheet in excel -


i have 3 sheet in ms. excel. example sheet sheet b, , sheet c. in sheet have table can input 1 or o. in sheet b input conditional formatting formula ='sheet a'!i548=1, if in sheet cell i548 have value 1 cell input formula have green color, else if input of cell i548 o cell in sheet b fill grey color using formula ='sheet a'!i548=o. in sheet c want transpose table in sheet b, table did not transpose, , cell green fill , grey fill did not appear. how solve problem?

sheet b enter image description here

sheet c enter image description here

as far can see it, table in sheet b ranges column column h. if case, use =transpose() function in excel. note range select inside brackets array. example, transpose row "r" sheet b sheet c, following:

  1. since there 8 columns in table in sheet b, select 8 rows cell in sheet c (for example, select range "b27:b34")
  2. press "=" sign , type (without quotes): "transpose("
  3. once opened bracket, see prompt, saying choose array. array in case "r" row in table in sheet b, i.e. range "a1:h1". select range.
  4. now, press ctrl+shift+enter
  5. you see info in first row of table in sheet b transposed in sheet c. self check: have @ formula in 1 cell; if has these brackets { }, should fine in transposing data.
  6. now, copy formula right many columns in sheet c have rows in sheet b.
  7. with formatting, suggest re-apply same formatting style new table in sheet c.

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -