Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
M Enfroy
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
M Enfroy
 
Posts: n/a
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RagDyer
 
Posts: n/a
Default 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I populate an Excel cell based on the data in another cell JerseyBoy Excel Worksheet Functions 3 September 30th 05 03:53 PM
Apply cell shading based on adjacent cells in EXCEL garywr Excel Worksheet Functions 3 September 10th 05 01:35 PM
How do I set a colour to 4 cells based on the value of a cell Andy64 Excel Discussion (Misc queries) 1 September 6th 05 06:46 PM
Auto populate cells based on 2 cells division. Chance224 Excel Discussion (Misc queries) 0 April 4th 05 09:35 PM
how to color code a row of cells based on a specific cell value Parker1333 New Users to Excel 1 February 2nd 05 08:01 AM


All times are GMT +1. The time now is 04:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"