![]() |
Formula Question
Example of what it is doing: 1 A B 2 540.00 -60.00 Formula in Column B: =A2-600 3 700.00 100.00 =A3-600 4 -600.00 =A4-600 5 -600.00 =A5-600 6 -600.00 =A6-600 7 Total -1760.00 What is the correct formula for Column "B" where there will be no value in "B" unless there is a value in Column "A"? Example of what I would like for it to do: 1 A B 2 540.00 -60.00 Formula in Column B: =A2-600 3 700.00 100.00 =A3-600 4 0.00 =A4-600 5 0.00 =A5-600 6 0.00 =A6-600 7 Total 40.00 Thanks for your assistance. Rodney |
Formula Question
Try
=IF(A2="","",A2-600) "Rodney" wrote: Example of what it is doing: 1 A B 2 540.00 -60.00 Formula in Column B: =A2-600 3 700.00 100.00 =A3-600 4 -600.00 =A4-600 5 -600.00 =A5-600 6 -600.00 =A6-600 7 Total -1760.00 What is the correct formula for Column "B" where there will be no value in "B" unless there is a value in Column "A"? Example of what I would like for it to do: 1 A B 2 540.00 -60.00 Formula in Column B: =A2-600 3 700.00 100.00 =A3-600 4 0.00 =A4-600 5 0.00 =A5-600 6 0.00 =A6-600 7 Total 40.00 Thanks for your assistance. Rodney |
Formula Question
Sorry, I meant
=IF(A2=0,"",A2-600) "Arceedee" wrote: Try =IF(A2="","",A2-600) "Rodney" wrote: Example of what it is doing: 1 A B 2 540.00 -60.00 Formula in Column B: =A2-600 3 700.00 100.00 =A3-600 4 -600.00 =A4-600 5 -600.00 =A5-600 6 -600.00 =A6-600 7 Total -1760.00 What is the correct formula for Column "B" where there will be no value in "B" unless there is a value in Column "A"? Example of what I would like for it to do: 1 A B 2 540.00 -60.00 Formula in Column B: =A2-600 3 700.00 100.00 =A3-600 4 0.00 =A4-600 5 0.00 =A5-600 6 0.00 =A6-600 7 Total 40.00 Thanks for your assistance. Rodney |
All times are GMT +1. The time now is 09:10 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com