Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How would I write the IF formula the do the following:
If the value of cell A2 = "Joe" then populate cell F7 with the value found in cell O1 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry. Let me rephrase this properly
If the value of cell A2 = "Joe" then populate cell F7 with the value found in cell O1 but if A2 ="Jim" then populate cell F7 with the value of P1 "M Enfroy" wrote: How would I write the IF formula the do the following: If the value of cell A2 = "Joe" then populate cell F7 with the value found in cell O1 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Enter this in F7:
=IF(A2="Joe",O1,IF(A2="Jim",P1,"")) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "M Enfroy" wrote in message ... Sorry. Let me rephrase this properly If the value of cell A2 = "Joe" then populate cell F7 with the value found in cell O1 but if A2 ="Jim" then populate cell F7 with the value of P1 "M Enfroy" wrote: How would I write the IF formula the do the following: If the value of cell A2 = "Joe" then populate cell F7 with the value found in cell O1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I populate an Excel cell based on the data in another cell | Excel Worksheet Functions | |||
Apply cell shading based on adjacent cells in EXCEL | Excel Worksheet Functions | |||
How do I set a colour to 4 cells based on the value of a cell | Excel Discussion (Misc queries) | |||
Auto populate cells based on 2 cells division. | Excel Discussion (Misc queries) | |||
how to color code a row of cells based on a specific cell value | New Users to Excel |