I need Apps Script to execute the following task:
- If a cell in column H has "Credit Card" as its content, then I want to add the value from column C in that row to cell K6.
I think I should create a looping function for this, but I am completely new to JavaScript and coding as a whole.