Offsetting

Craneo

New Member
Joined
Oct 21, 2002
Messages
26
Hi,

Could anyone help me with a formula headache?

I want to reference a range of cells in a worksheet and to sum the values of cells immediately to the right of a text string value in another cell.

Any ideas?

Many thanks in advance...
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Can the SUMIF be modified across an A1 range? I get a #VALUE! error when i try to increase the range

eg.

=SUM(IF($B$9:$D$17=G10,$C$9:$E$17,0))
 
Upvote 0
On 2002-10-27 18:37, Craneo wrote:
Can the SUMIF be modified across an A1 range? I get a #VALUE! error when i try to increase the range

eg.

=SUM(IF($B$9:$D$17=G10,$C$9:$E$17,0))

This is obviously an array formula, based on a single condition. This "doctor" would order just

=SUMIF($B$9:$D$17,G10,$C$9:$E$17)

with just one condition.
 
Upvote 0

Forum statistics

Threads
1,214,940
Messages
6,122,361
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top