ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I populate a cell with another cell's value based on condit (https://www.excelbanter.com/excel-worksheet-functions/63583-how-do-i-populate-cell-another-cells-value-based-condit.html)

M Enfroy

How do I populate a cell with another cell's value based on condit
 
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

M Enfroy

How do I populate a cell with another cell's value based on condit
 
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


RagDyer

How do I populate a cell with another cell's value based on condit
 
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




All times are GMT +1. The time now is 10:45 AM.

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