Hello All,
I have an excel sheet with multiple sheets, I have a pivot table on one which shows a different number each day. What I want to do is on another sheet ,(Dates),is capture that number from the pivot table and put it into another cell for each day of the week (in dates sheet). The problem I run into is that with my formula I can capoture the number for that day but then it changes ALL the numbers in all the cells erasing the previous captured days and replacing it with the current number.
Here is my formula
=IF(Dates!$A$2=I$2,Pivot_Table!$R$2,"")
I hope I explained this well enough.
Thanks in advance
I have an excel sheet with multiple sheets, I have a pivot table on one which shows a different number each day. What I want to do is on another sheet ,(Dates),is capture that number from the pivot table and put it into another cell for each day of the week (in dates sheet). The problem I run into is that with my formula I can capoture the number for that day but then it changes ALL the numbers in all the cells erasing the previous captured days and replacing it with the current number.
Here is my formula
=IF(Dates!$A$2=I$2,Pivot_Table!$R$2,"")
I hope I explained this well enough.
Thanks in advance