ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Setting up and Configuration of Excel (https://www.excelbanter.com/setting-up-configuration-excel/)
-   -   IN AN IF FORMULA COPY STRING OF DATA IF A CELL IS CORRECT (https://www.excelbanter.com/setting-up-configuration-excel/49887-if-formula-copy-string-data-if-cell-correct.html)

Might also be another tricky formula

IN AN IF FORMULA COPY STRING OF DATA IF A CELL IS CORRECT
 
I have a chart that I need help with. Is there formula that can carry over
data from one specific row to another chart if a salesperson's initial is
imputed. I'm trying to create seperate charts for each sales person without
having to re-imput the data onto another chart or copy and paste.

A B C D
E
1 Date Customer Name Salesperson's Initials Amount
2 10/10/05 Smith JV
$500.00
3 10/11/05 Johnson CF
$250.00

For example: If row #2 with JV is imputted in the master screen, can row
#2's information be automatically displayed onto another chart without
re-imputing or copying?

Please Help
Thank You
JV

Jezebel

You need three elements to make it work:

1) the range containing the source data, as in your example. Call this range
'SourceData'. Put the initials in the first column within this range.
2) a cell containing the initials. Call this cell 'Initials'.
3) a range used as the source for the chart. The cells in this range will
contain Vlookup() formulas to retrieve the data for the selected
salesperson --

=VLOOKUP(Initials, SourceData, n)

where n is the column number of the data you want.


"Might also be another tricky formula" <Might also be another tricky
wrote in message
...
I have a chart that I need help with. Is there formula that can carry over
data from one specific row to another chart if a salesperson's initial is
imputed. I'm trying to create seperate charts for each sales person
without
having to re-imput the data onto another chart or copy and paste.

A B C D
E
1 Date Customer Name Salesperson's Initials
Amount
2 10/10/05 Smith JV
$500.00
3 10/11/05 Johnson CF
$250.00

For example: If row #2 with JV is imputted in the master screen, can row
#2's information be automatically displayed onto another chart without
re-imputing or copying?

Please Help
Thank You
JV





All times are GMT +1. The time now is 01:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com