Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
how do i create an IF function that displays a certain value when a number
from one to seven is in the correct cell? i have tried the following formula but it doesnt work: =IF(AND(A3=9,B7=1,C7=2,B3=1:7),(10),(50)) what is wrong with my formula? how should i change it? cheers sam |
#2
![]() |
|||
|
|||
![]()
=IF(AND(A3=9,B7=1,C7=2,B3=1,B3<=7),10,50)
-- Regards Frank Kabel Frankfurt, Germany "Sam" schrieb im Newsbeitrag ... how do i create an IF function that displays a certain value when a number from one to seven is in the correct cell? i have tried the following formula but it doesnt work: =IF(AND(A3=9,B7=1,C7=2,B3=1:7),(10),(50)) what is wrong with my formula? how should i change it? cheers sam |
#3
![]() |
|||
|
|||
![]()
Thanks for your help
Sam "Frank Kabel" wrote: =IF(AND(A3=9,B7=1,C7=2,B3=1,B3<=7),10,50) -- Regards Frank Kabel Frankfurt, Germany "Sam" schrieb im Newsbeitrag ... how do i create an IF function that displays a certain value when a number from one to seven is in the correct cell? i have tried the following formula but it doesnt work: =IF(AND(A3=9,B7=1,C7=2,B3=1:7),(10),(50)) what is wrong with my formula? how should i change it? cheers sam |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy an IF function when Inserting new row | Excel Discussion (Misc queries) | |||
how can i get the slope function to ignore missing data? | Excel Discussion (Misc queries) | |||
Data > Sort function amnesia? | Excel Discussion (Misc queries) | |||
Solving for X and Y with a = in the FUNCTION??? | Excel Discussion (Misc queries) | |||
How to call a function from another workbook | Excel Discussion (Misc queries) |