Tks Skip,
I understand that, but "copy" was the more comprehensive term for what I want to do. I will try to be more specific:
Each cell from C3 to G6 on the example above contains a DIFERENT logical test
There are 4 logical tests for each item in "A" column and with just one will return TRUE (That's an example, the real thing has 255 columns of width, or either, it would be necessary 255 LOGICAL TESTS FOR EACH VALUE OF "A" COLUMN AND JUST ONE WILL BE TRUE, makes the simple formula thing a little more difficult he?)
Actually, I’ve already tried with the CONCAT function, making the comparison and returning “” when FALSE and the value when true and then concatenate all the 255 results. IT WORKED, but Excel give a limit of cells to concatenate too small (About 26 cells), what makes necessary to concatenate AGAIN the results of each group of 26 cells already concatenated, it sucks to just write all the formulas to do it..
I’m trying a more simple solution:
WHEN value is true THEN put the correspondent value in a specific cell.
It could be a looping, testing each cell, but still it would be awesome to just put a formula to order Excel place a value from a cell to another, but if it’s impossible… what can I do?