Use Excel functions to answer questions in bulk with Passionfruit
PASSIONFRUIT.ASK
function with a cell reference:
CONCAT
function:
$
symbol:
$C$1
- Both row and column are pinned (absolute reference)C4
- Both row and column will change when copied (relative reference)$C1
- Column C is pinned, row 1 will change when copiedC$4
- Row 4 is pinned, column C will change when copiedCONCAT
to combine multiple cells$
) for template cells that shouldn’t changeCONCAT
function is properly formattedQuestion | Formula | Result |
---|---|---|
”What is quality policy?” | =PASSIONFRUIT.ASK(A1) | Generated answer appears |
Questions | Formula | Result |
---|---|---|
A1: “Quality policy?” A2: “Food safety?” | =PASSIONFRUIT.ASK(CONCAT(A1, " and ", A2)) | Combined answer for both topics |
Template | Formula | Result |
---|---|---|
1: “Describe your” B2: “quality system” | =PASSIONFRUIT.ASK(CONCAT($A$1, " ", B2)) | ”Describe your quality system” |