1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Formula for extracting information from one worksheet's column to different worksheet giving blank result.

Excel for Microsoft 365 (desktop), version 2607, build 16.0

Golf stats workbook has one sheet called "Scores" that contains one row for each round for every round I've played, including course name in column A and date played in B. There is one sheet per course with the name of the course in both the tab and in A2 and one column per round played with the date in row 2. In the Scores sheet, column BC contains the color of the tees I played that day. I'm trying to get that color into the correct sheet and under the correct date in row 3 using the following formula, but getting blanks:

=IF(AND(Scores!$A$1:$A$2000=$A$2,Scores!$B$1:$B$2000=F$2),Scores!$BC$1:$BC$2000,"")

The goal: If the course sheet's course name in A2 matches the Score sheet's column A, AND the course sheet's date in row 2 matches the date in the Score sheet's column B, then put the color value in the Score sheets column BC in row 3 of the course sheet. Thank you!

https://preview.redd.it/1mn5ahlfldjh1.png?width=426&format=png&auto=webp&s=7bd3166520ffc52e2f81d17543112c493b85fcc4

https://preview.redd.it/ipse3uthldjh1.png?width=403&format=png&auto=webp&s=1f237e045bc597e3b8c36d8e0b08f49a09499334

https://preview.redd.it/5qcj6imildjh1.png?width=1165&format=png&auto=webp&s=79ba6d2201fcb66c0d37e37c4709ffbab205e446

submitted by /u/Opposite_Example6930
[link] [comments]

Want to read more?

Check out the full article on the original site

View original article

Tagged with

#rows.com
#Excel
#Microsoft 365
#Worksheet
#Formula
#Column
#Sheet
#IF function
#AND function
#VLOOKUP (implied)
#Data Extraction
#Golf Stats
#Course Name
#Date
#Tee Color
#Row
#Blank Result
#Lookup
#Workbook
#A2