Forum Discussion
Ron_Wendth
Mar 21, 2023Copper Contributor
I'm having trouble writing a formula in Excel
What's wrong with how this formula is written?
=SUM((E2/T2)+(G2)+(I2/T2)+(O2*T4)+(P2*T4)+(Q2*T5)+(R2*T5)+(F2/T3))
2 Replies
Sort By
- Harun24HRBronze ContributorWhat trouble are you facing? You do not need SUM() here as you adding calculated values using plus operator (+). If you get any error then problem to your values in cells. Share a screenshot or excel file.
- Ron_WendthCopper ContributorThanks for your response. It helped me identify the value error I was getting.