FinanceGuy007
New Member
- Joined
- Sep 20, 2017
- Messages
- 6
Hi Guys,
I have used SUMIFS many times before without any issues but cant seem to understand why it is errors out (#VALUE! error) in the following formula. All my ranges are the same size, Column K is TEXT format although not sure why this would have any impact. Column O is also in TEXT format. I have tried modifying the formula to a single criteria SUM to inspect the components and it seems fine. when i use the SUMIFS it doesn't seem to like it:
I tried to paste a screenshot but it will not allow me to. hopefully the problem formula below is enough?
Appreciate any help!
I have used SUMIFS many times before without any issues but cant seem to understand why it is errors out (#VALUE! error) in the following formula. All my ranges are the same size, Column K is TEXT format although not sure why this would have any impact. Column O is also in TEXT format. I have tried modifying the formula to a single criteria SUM to inspect the components and it seems fine. when i use the SUMIFS it doesn't seem to like it:
Code:
=SUMIFS($C$12:$C$1000,$O13,D$12:D$1000,K12:K1000,$O$10)
Appreciate any help!