Need help with a formula

  • Thread starter Thread starter orian
  • Start date Start date
O

orian

I'm after a formula which will search my spread sheet for a specifi
alphanumeric code which may occur a number of times. Once the code i
found i would like it to sum up data ranging from D:BI in the ro
where this code is found. The location of the rows where these sums ar
to take place are random.

Thanks for read and many more thanks if you can answer my question.

Be
 
Hi,

Type in your alphanumeric number in say B1 cell then use this formula

=SUMPRODUCT((A1:A65000=B1)*(D1:BI65000))

Assuming that the your alphanumeric data appears in column A.

Regards

Govind.
 
Back
Top