Hi,
The following formula works:
=SUMIF(E5:P5,"<3",E54:P54)
How can I change the 3, in "<3", so that it looks at cell T4 instead?
Thanks in advance.
Hi,
The following formula works:
=SUMIF(E5:P5,"<3",E54:P54)
How can I change the 3, in "<3", so that it looks at cell T4 instead?
Thanks in advance.
=SUMIF(E5:P5,"<"&T4,E54:P54)
This sill sum all the values in E54:P54 where the corresponding value in E5:P5 is less than whatever's in T4.
Thank you!
If you are satisfied with the solution(s) provided, please mark your thread as Solved.
Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.
If I have helped, Don't forget to add to my reputation (click on the star below the post)
Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
Use code tags when posting your VBA code: [code] Your code here [/code]
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks