I am trying to use the absolute value formula to gather some information from another excel document. It works fine with positive values, but it does not work with negative values. I tried the max and min function also and it does not work. If anyone can give any recommendation it would be great! Thanks in advance for all your help.
This is the formula that I am trying to use:
=INDEX('folder[file.xlsx]tab'!$H$13:$M$13,MATCH(MAX(ABS('folder[file.xlsx]tab'!H17),ABS('folder[file.xlsx]tab'!I17),ABS('folder[file.xlsx]tab'!J17),ABS('folder[file.xlsx]tab'!M17)),'folder[file.xlsx]tab'!H17:M17,0))
It just gives N/A for negative variances or small decimal numbers, but works fine for positive numbers. I cannot change the information that I'm trying to extract from the other excel file. If anyone knows another version of formula that would work, I would appreciate it!