K
Karin S
I have a table with badge names across the top (240 of them!) and people names down the left (50 of them). Most of the cells in the table are blank, but some have a date in them, and some have a percentage.
For each person, I'd like to show a "summary" cell that includes any cell with a percentage, along with the corresponding badge name, as well as any cell after a certain date, along with the corresponding badge names. And forthe date cells, I'd love to display 100% instead of the date.
For example, one person's "summary" might look like this:
Cycling 66%, Fire Building 38%, Heroes 50%, Photography 100%
The only way I can think of to do this is to make 240 MORE columns of IF statements (along the lines of =IF(B2>$A$1,B1&": 100% ",IF(B2="","",IF(B2>1,"",B1&": "&TEXT(B2,"0%")))) copied over and down) and then make a summary cell of =IH1&II1&IJ1&IK1&IL1& 235 more cell references typed in individually!
Please tell me there's a better way! : )
Thanks for any suggestions.
-Karin
For each person, I'd like to show a "summary" cell that includes any cell with a percentage, along with the corresponding badge name, as well as any cell after a certain date, along with the corresponding badge names. And forthe date cells, I'd love to display 100% instead of the date.
For example, one person's "summary" might look like this:
Cycling 66%, Fire Building 38%, Heroes 50%, Photography 100%
The only way I can think of to do this is to make 240 MORE columns of IF statements (along the lines of =IF(B2>$A$1,B1&": 100% ",IF(B2="","",IF(B2>1,"",B1&": "&TEXT(B2,"0%")))) copied over and down) and then make a summary cell of =IH1&II1&IJ1&IK1&IL1& 235 more cell references typed in individually!
Please tell me there's a better way! : )
Thanks for any suggestions.
-Karin