Hi, I have a column of checkboxes, and next to them are cells with just regular text. I want the text to be referenced in another sheet only if the checkbox is checked:
I can get it to work for just one value fine with =IF({checkbox reference}, {personal goal reference}), however this is just one pair of cells and I would like to do the entire column. If my {checkbox reference} is a range of cells(the whole column) I get a #INVALID DATA TYPE error (I guess the IF() function cannot take a range for its arguments).
Is there a way around this? I have also tried using INDEX inside the IF function, but it throws an #INVALID COLUMN VALUE error when given a checkbox as its first argument...
Thanks in advance