Formula Length (Excel 97)

  • Thread starter Thread starter Ben
  • Start date Start date
B

Ben

I have the following array formula taht is generated via a macro, depending
on the selection in a worksheet...

{=SUM( IF( (ReportGroup="Demand") *
(((Group1="Mygroup")*(Group1="HisGroup")*(ProjNo="0100878")*(ProjDesc="Proje
cty")*(SectCode="EEA0")*(Site="Townsville"))), Date4 ) )}

....the problem I have is that the formula can be very large. It appears
that the formula gets truncated if it is above a certain length. Is there
any way around this?

TIA
Ben
 
Hi
the maximum lebgth is 1024 characters dor a formula. No way around this
maximum.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top