mcraven1971
New Member
- Joined
- Dec 18, 2007
- Messages
- 12
Hello all... I have a perplexing dilemna. When my coworkers enter data into the "DATA" sheet it is entered as follows:
A4: WELD ID
B4: FIRST MEASUREMENT
C4: SECOND MEASUREMENT
D4: AVERAGE OF FIRST AND SECOND MEASUREMENT
There will be upwards of 600 rows of data and 1,100 or more columns.
On a seperate sheet "CHART" I want to grab the data from the "DATA" sheet and analyze it. This is where my problem is. I am using the following statement to determine if the data passes (P) or fails (F). Anything under 5 will show up with an F and anything over will show up with a P:
=IF(DATA!G4="","",IF(DATA!G4<5,"F","P"))
I am also using this formula to report the average (Although I think I am using the column statement incorrectly):
=INDEX(DATA!4:4,((COLUMNS($F:F)-1)*3)+7)
I put the column statement in because I want the "CHART" sheet to automatically populate if a column of data on the "DATA" sheet is inserted.
My dilemna is that I want to combine these into one cell. Can someone please help? I have been racking my brain for hours.
Thanks!
A4: WELD ID
B4: FIRST MEASUREMENT
C4: SECOND MEASUREMENT
D4: AVERAGE OF FIRST AND SECOND MEASUREMENT
There will be upwards of 600 rows of data and 1,100 or more columns.
On a seperate sheet "CHART" I want to grab the data from the "DATA" sheet and analyze it. This is where my problem is. I am using the following statement to determine if the data passes (P) or fails (F). Anything under 5 will show up with an F and anything over will show up with a P:
=IF(DATA!G4="","",IF(DATA!G4<5,"F","P"))
I am also using this formula to report the average (Although I think I am using the column statement incorrectly):
=INDEX(DATA!4:4,((COLUMNS($F:F)-1)*3)+7)
I put the column statement in because I want the "CHART" sheet to automatically populate if a column of data on the "DATA" sheet is inserted.
My dilemna is that I want to combine these into one cell. Can someone please help? I have been racking my brain for hours.
Thanks!