Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you have a spread sheet and you have multiple cells that have the same
numbers, i.e if cell A3= 15.90 cell B3 is always going to be 18.30. If I type 15.90 into any other cell A is there anyway to format the sheet to know that cell B will auto fill with 18.30? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the vLookup() function.
HTH, -- Gary Brown If this post was helpful, please click the ''Yes'' button next to ''Was this Post Helpfull to you?''. "Dee" wrote: If you have a spread sheet and you have multiple cells that have the same numbers, i.e if cell A3= 15.90 cell B3 is always going to be 18.30. If I type 15.90 into any other cell A is there anyway to format the sheet to know that cell B will auto fill with 18.30? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Not a format but a formula
In the B3 enter: =IF(A3=15.90,18.30,"") If needed, copy down the column best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Dee" wrote in message ... If you have a spread sheet and you have multiple cells that have the same numbers, i.e if cell A3= 15.90 cell B3 is always going to be 18.30. If I type 15.90 into any other cell A is there anyway to format the sheet to know that cell B will auto fill with 18.30? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Applying number format from referenced cell | Excel Discussion (Misc queries) | |||
how to format only a specific character or number in each cell withina range of cells | Excel Worksheet Functions | |||
Linking customer number format to a cell | Excel Discussion (Misc queries) | |||
How do I format a cell for a custom part number? | Excel Discussion (Misc queries) | |||
prevent 4/5 in a cell automatically transfer to a date format | Excel Discussion (Misc queries) |