Hello Everyone!
Can someone please help me to create a formula to bring value (currency amount) to "D" from column "A"if the cell in Column C is empty, while performing (A2+B2)*C2 in column"D"
Thank you in advance
Hello Everyone!
Can someone please help me to create a formula to bring value (currency amount) to "D" from column "A"if the cell in Column C is empty, while performing (A2+B2)*C2 in column"D"
Thank you in advance
put in D2:
Formula:
=IF(C2="";A2;(A2+B2)*C2)
there is a logical error on =""![]()
It is conflict of regional settings.
Put , (comma's) in place of ; (semi-colons).
Yesssss- thank you so much !!!!![]()
Change the ; to ,
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks