finaljustice
Board Regular
- Joined
- Oct 6, 2010
- Messages
- 175
Hi there,
I am trying to use CONCATENATE() inside another fórmula to bring my desired RANGE. The problem is that inside the formula my Concatenate range will appear inside speach marks which does not allow the other formula to work. Here is what I mean:
(This is not for VBA just regular formula use, and I am translating the formula from portuguese, so the exact name might not be correct)
Which doesn't work and appears when pressing F9 function to read whats in the formula:
Now I would like to know if there is a way for me to make it understand that I want to remove the " " so that the =max() formula can work.
Basically what I'm trying to do is, I have a list from 2002 up until the date of today (monthly sales), and I'm using this concatenate to get the maximum values for every quarter of the year. So I could get 2002 1st Quarter, 2nd Quarter, 3rd Quarter and 4th Quarter maximum values up and until the present day.
Any idea if the way i'm trying to is possible?
Any other ideas of how to do this?
Thank you for your atention.
Finaljustice
I am trying to use CONCATENATE() inside another fórmula to bring my desired RANGE. The problem is that inside the formula my Concatenate range will appear inside speach marks which does not allow the other formula to work. Here is what I mean:
(This is not for VBA just regular formula use, and I am translating the formula from portuguese, so the exact name might not be correct)
Code:
=Max(Concatenate($E$2;F$2;":";$E$2;F$3))
Which doesn't work and appears when pressing F9 function to read whats in the formula:
Code:
=Max("C4:C6")
Now I would like to know if there is a way for me to make it understand that I want to remove the " " so that the =max() formula can work.
Basically what I'm trying to do is, I have a list from 2002 up until the date of today (monthly sales), and I'm using this concatenate to get the maximum values for every quarter of the year. So I could get 2002 1st Quarter, 2nd Quarter, 3rd Quarter and 4th Quarter maximum values up and until the present day.
Any idea if the way i'm trying to is possible?
Any other ideas of how to do this?
Thank you for your atention.
Finaljustice