Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
help!!
I need to be able to put a code # in column C, then automatically column E would be $14.32 each time I would put that code in column C.I have tried all day to do this. p.s. Column G would be nice to automatically put in there also, but I don't want to ask for too much. If I could even do the first two, I would be happy. using office 2003 |
#2
![]() |
|||
|
|||
![]()
maybe:
In E1 enter the formula =IF(C1="#",14.32,"") Format the cell as currency and then copy down to the end of you data. Similarly: in G1 enter =IF(C1="#",8,"") Again, format as currency and copy down to end of data. Hope this helps Rowan monkeydo wrote: help!! I need to be able to put a code # in column C, then automatically column E would be $14.32 each time I would put that code in column C.I have tried all day to do this. p.s. Column G would be nice to automatically put in there also, but I don't want to ask for too much. If I could even do the first two, I would be happy. using office 2003 |
#3
![]() |
|||
|
|||
![]()
Thank you sooo much, Rowan. I haven't tried it yet, but I appreciate your
response. Monkeydo "Rowan" wrote: maybe: In E1 enter the formula =IF(C1="#",14.32,"") Format the cell as currency and then copy down to the end of you data. Similarly: in G1 enter =IF(C1="#",8,"") Again, format as currency and copy down to end of data. Hope this helps Rowan monkeydo wrote: help!! I need to be able to put a code # in column C, then automatically column E would be $14.32 each time I would put that code in column C.I have tried all day to do this. p.s. Column G would be nice to automatically put in there also, but I don't want to ask for too much. If I could even do the first two, I would be happy. using office 2003 |
#4
![]() |
|||
|
|||
![]()
Rowan,
I did the formula, but answer didn't automatically appear in E1. What am I missing? Also, "How to copy to end of data. thanks Monkeydo "monkeydo" wrote: help!! I need to be able to put a code # in column C, then automatically column E would be $14.32 each time I would put that code in column C.I have tried all day to do this. p.s. Column G would be nice to automatically put in there also, but I don't want to ask for too much. If I could even do the first two, I would be happy. using office 2003 |
#5
![]() |
|||
|
|||
![]()
Try =IF(C1=101,14.32,"") and in column G =IF(C1=101,8,"").
To copy down hover the mouse over the bottom right hand corner of the cell so that the mouse pointer becomes a black cross. Then click and drag down as far as required. Regards Rowan monkeydo wrote: Rowan, I did the formula, but answer didn't automatically appear in E1. What am I missing? Also, "How to copy to end of data. thanks Monkeydo "monkeydo" wrote: help!! I need to be able to put a code # in column C, then automatically column E would be $14.32 each time I would put that code in column C.I have tried all day to do this. p.s. Column G would be nice to automatically put in there also, but I don't want to ask for too much. If I could even do the first two, I would be happy. using office 2003 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with macro looping and color query function | Excel Discussion (Misc queries) | |||
Count Position of Filtered TEXT cells in a column | Excel Worksheet Functions | |||
How to group similar column titles together???? | Excel Discussion (Misc queries) | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
Auto Skipping and protected cells | Excel Discussion (Misc queries) |