Forum Discussion
lanszelot
May 27, 2024Copper Contributor
Excel add same formula easy way
Hello, I have numbers in C1 till Z1 cells. I would like to multiply these cells value with A1 value. Example: +A1*C1, +A1*B1......+A1*Z1 I know I could write one by one. But is there a simple w...
JundiyaAlHaqiqi
May 24, 2025Brass Contributor
Something like this?
Formula in C1:
=SEQUENCE( ,24)*$A$1