curly brace {}

  • Thread starter Thread starter Karl Townsend
  • Start date Start date
K

Karl Townsend

I have formula out of a very old worksheet that I'm trying to re use in a
new worksheet

=SUM(IF(LEDGER!$B$5:$B$999=+$B9,LEDGER!$F$5:$F$999))

This is the formula in the old worksheet, EXCEPT it has curly braces {}
around it

{=SUM(IF(LEDGER!$B$5:$B$999=+$B9,LEDGER!$F$5:$F$999))}

How do you insert these braces??? You can't just type them. Also, if you
<F2> <enter> you lose them in the old worksheet. This formula does not work
with the {} removed.

FWIW this formula does a conditional sum on the data in a general ledger.

Karl
 
Hi,

And a minor change to the formula

=SUM(IF(LEDGER!$B$5:$B$999=$B9,LEDGER!$F$5:$F$999))
(I took out the + sign)

and actually this is not the best formula:

=SUMIF(LEDGER!$B$5:$B$999,$B9,LEDGER!$F$5:$F$999)

And this formula is not an array and probably runs faster than an array.

If this helps please click the Yes button.

Cheers,
Shane Devenshire
 
How I can give input in excel of following information. I can't find {}
 

Attachments

  • 15679232924021668496522933321278.webp
    15679232924021668496522933321278.webp
    92.6 KB · Views: 99
Back
Top