Hi, New to using Excel
Can anyone help me with the following?
I have 5 sets of data in columns, with Date and a dollar value and want to merge all 5 data values by date, e.g.
Data 1 in columns C (date) and D ($ amount) has
16/3/2010 and a value of $156
22/3/2010 and a value of $213
24/3/2010 and a value of $450
Data 2 in columns E (date) and F ($ amount) has
20/3/2010 and a value of $732
21/3/2010 and a value of $170
24/3/2010 and a value of $167
Data 3 in columns H (date) and I ($ amount) has
18/3/2010 and a value of $332
20/3/2010 and a value of $180
26/3/2010 and a value of $165
Data 4 and 5 are similar values with some same dates and some different.
I want to show each date with a combined dollar value and I have about 5 years to combine, as there is no date if there is no value then using auto sum on each row wont reflect the data I want to combine for that day, anyone know how I do this
Thanks but doesn’t seem to work, all I get is 5 values in one cell, e.g. $450, $167 etc etc, what I want is the combined total of those 5 cells but corresponding to the dates.
So using my example above, on March 24th the total is $617, I want the formula to ignore the data 3 entry(26th March) which is $165 as although its in the same row as data 1 and 2, its not the same date.
Can this be done in Excel
Hi, New to using Excel
Can anyone help me with the following?
I have 5 sets of data in columns, with Date and a dollar value and want to merge all 5 data values by date, e.g.
Data 1 in columns C (date) and D ($ amount) has
16/3/2010 and a value of $156
22/3/2010 and a value of $213
24/3/2010 and a value of $450
Data 2 in columns E (date) and F ($ amount) has
20/3/2010 and a value of $732
21/3/2010 and a value of $170
24/3/2010 and a value of $167
Data 3 in columns H (date) and I ($ amount) has
18/3/2010 and a value of $332
20/3/2010 and a value of $180
26/3/2010 and a value of $165
Data 4 and 5 are similar values with some same dates and some different.
I want to show each date with a combined dollar value and I have about 5 years to combine, as there is no date if there is no value then using auto sum on each row wont reflect the data I want to combine for that day, anyone know how I do this
Better to see if the data provider has day High/Low field?
Not sure if the formulas will get re-calculated everytime the API updates the spreadsheet.
If they do, then try this.
If the last price is in cell A1, and you want to record Max in A2 and Min in A3;
A2 = if(A1>A2,A1,A2)
A3 = if(A1<A3,A1,A3)
AS I said thought, this will depend on whether or not excel re-calculates every formula every time the API updates the data in A1.
Failing that, there may be some sort of Max() or Min() function that locks in the max or min price.
Theirs probably a very easy answer to this but as im new to using Excel and generally not to hot with programming could someone please help with the flowing.
I want to be shown in text if the sequence of numerical values in a 3 cells are in a specific order, for example if the value of C3 is below C2 and the value of C1 is below C2 but C3 is above C1 I want the text to say “True” in Cell D3, if its not in that order “False”
Cheers
Pager
Maybe this will make it clearer, im entering this formula =if(C1<C2,C3<C2,C3>C1,"True") but its telling me im asking for too many arguments for this function.
How do i edit it to be able to calculate if this is True or False ?
Cheers
Pager
You need to use *AND between the 3 arguments.
=if((C1<C2)*AND(C3<C2)*AND(C3>C1),"True","Flase")
Now back to my question!!
Hope this question makes sense
I have 8 sheets and I want to show the same data in the same cell of each sheet as I add or change the data in just 1 of the sheets, I can do this cell by cell by using = and then going from sheet to sheet but this is very time consuming so how do I do this for a large amount of data ?
Thanks
Pager
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?