• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Formula language problem

madocar

Member
Hello,

I'm from Slovakia and I use excel in Slovak language.
I have set some formulas and when It's open in Czech republic, an error has occured.
The formula just does not work at all.

Sheet name:
Error_sheet

Formula Cell:
G5

Formula:
Code:
=D5-SUM(((Table_3[Začiatok prenájmu]<=$G$2)*(Table_3[Koniec prenájmu]>=$G$2)*(INDIRECT("'Prenajatá technika'!AL5:"&ADDRESS(ROWS('Prenajatá technika'!$DA$5#)+4;COLUMN('Prenajatá technika'!DA1);1;;))=F5)))

Error type:
#NAME?

Please could you help me out.
More in attachment

Thank you
Matt
 

Attachments

  • Rezervácia skladu - chandoo ●.xlsm
    408.5 KB · Views: 6
madocar
Your G5 formula is different than Your above given ... why?
If You would use Your given formula with modification from $DA$5# to $DA$5
then for me it gives ... #VALUE!.
K-column formulas has some #REF!'s.
PS. Your Excel is newer than mine ... it give some notes too.
Your given filename has at least one illegal character.
 
Hi vletm,

thank you for replying.

K column - we can ignore.
Correct formula is with $DA$5#, so:

Code:
=D5-SUM(((Table_3[Začiatok prenájmu]<=$G$2)*(Table_3[Koniec prenájmu]>=$G$2)*(INDIRECT("'Prenajatá technika'!AL5:"&ADDRESS(ROWS('Prenajatá technika'!$DA$5#)+4;COLUMN('Prenajatá technika'!DA1);1;;))=F5)))

Does it work for you?

Look at my gif file how it might look.
Thank you
 

Attachments

  • EXCEL_nVHbBlAOqM.gif
    EXCEL_nVHbBlAOqM.gif
    711.7 KB · Views: 7
If they don't have M365 then the FILTER function that you have used would result in a #NAME? error which would then flow through your formulas, and the spill range syntax also won't work.
 
Back
Top